mirror of
https://github.com/wbbaddons/Tims-Chat.git
synced 2025-01-09 00:20:08 +00:00
Fix hiding the error overlay in submit
This commit is contained in:
parent
1cb8b50678
commit
738d1693cf
@ -148,7 +148,7 @@ and afterwards sent to the server by an AJAX request.
|
|||||||
$('#timsChatInputContainer').removeClass('formError').find('.innerError').hide()
|
$('#timsChatInputContainer').removeClass('formError').find('.innerError').hide()
|
||||||
, 5e3
|
, 5e3
|
||||||
|
|
||||||
false
|
false
|
||||||
|
|
||||||
Autocomplete a username when TAB is pressed. The name to autocomplete is based on the current caret position.
|
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.
|
The the word the caret is in will be passed to `autocomplete` and replaced if a match was found.
|
||||||
|
Loading…
Reference in New Issue
Block a user