1
0
mirror of https://github.com/wbbaddons/Tims-Chat.git synced 2024-12-22 21:40:08 +00:00

Removing expected data-type

This commit is contained in:
Tim Düsterhus 2011-12-13 23:23:28 +01:00
parent 88e37fc886
commit 34642d70c8

View File

@ -162,7 +162,6 @@ if (typeof TimWolla.WCF == 'undefined') TimWolla.WCF = {};
submitButton = target.find('input[type=image]'); submitButton = target.find('input[type=image]');
$.ajax($('#chatForm').attr('action'), { $.ajax($('#chatForm').attr('action'), {
dataType: 'json',
data: { data: {
text: $('#chatInput').val() text: $('#chatInput').val()
}, },