diff --git a/file/js/be.bastelstu.WCF.Chat.coffee b/file/js/be.bastelstu.WCF.Chat.coffee index 786438e..c516255 100644 --- a/file/js/be.bastelstu.WCF.Chat.coffee +++ b/file/js/be.bastelstu.WCF.Chat.coffee @@ -513,7 +513,8 @@ window.console ?= text = $('#timsChatInput').val() # call submit event - text = @events.submit.fire text + # TODO: Fix this + # text = @events.submit.fire text $('#timsChatInput').val('').focus().keyup() $.ajax $('#timsChatForm').attr('action'),