1
0
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:
Tim Düsterhus 2012-06-25 20:52:02 +02:00
parent 481abce846
commit ec8843fa1e

View File

@ -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'),