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:
parent
88e37fc886
commit
34642d70c8
@ -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()
|
||||||
},
|
},
|
||||||
|
Loading…
Reference in New Issue
Block a user