diff --git a/file/js/be.bastelstu.Chat.litcoffee b/file/js/be.bastelstu.Chat.litcoffee index 27d5ea5..e11e9bc 100644 --- a/file/js/be.bastelstu.Chat.litcoffee +++ b/file/js/be.bastelstu.Chat.litcoffee @@ -768,8 +768,8 @@ the existing text. If `options.submit` is true the message will be sent to the s text = $('#timsChatInput').val() + text if options.append $('#timsChatInput').val text - do $('#timsChatInput').keyup - + $('#timsChatInput').trigger 'change' + if options.submit do $('#timsChatForm').submit else