mirror of
https://github.com/wbbaddons/Tims-Chat.git
synced 2024-10-31 14:10:08 +00:00
Temporarily disabling submit event
This commit is contained in:
parent
481abce846
commit
ec8843fa1e
@ -513,7 +513,8 @@ window.console ?=
|
|||||||
text = $('#timsChatInput').val()
|
text = $('#timsChatInput').val()
|
||||||
|
|
||||||
# call submit event
|
# call submit event
|
||||||
text = @events.submit.fire text
|
# TODO: Fix this
|
||||||
|
# text = @events.submit.fire text
|
||||||
|
|
||||||
$('#timsChatInput').val('').focus().keyup()
|
$('#timsChatInput').val('').focus().keyup()
|
||||||
$.ajax $('#timsChatForm').attr('action'),
|
$.ajax $('#timsChatForm').attr('action'),
|
||||||
|
Loading…
Reference in New Issue
Block a user