From 738d1693cfc25d44726ac0c159696943ab5f4de6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tim=20D=C3=BCsterhus?= Date: Sat, 18 May 2013 21:42:27 +0200 Subject: [PATCH] Fix hiding the error overlay in submit --- file/js/be.bastelstu.Chat.litcoffee | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/file/js/be.bastelstu.Chat.litcoffee b/file/js/be.bastelstu.Chat.litcoffee index 05e534b..e91d0fe 100644 --- a/file/js/be.bastelstu.Chat.litcoffee +++ b/file/js/be.bastelstu.Chat.litcoffee @@ -148,7 +148,7 @@ and afterwards sent to the server by an AJAX request. $('#timsChatInputContainer').removeClass('formError').find('.innerError').hide() , 5e3 - false + false Autocomplete a username when TAB is pressed. The name to autocomplete is based on the current caret position. The the word the caret is in will be passed to `autocomplete` and replaced if a match was found.