From 34642d70c8d05fa81a97b335843513bdf442c3dd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tim=20D=C3=BCsterhus?= Date: Tue, 13 Dec 2011 23:23:28 +0100 Subject: [PATCH] Removing expected data-type --- file/js/TimWolla.WCF.Chat.js | 1 - 1 file changed, 1 deletion(-) diff --git a/file/js/TimWolla.WCF.Chat.js b/file/js/TimWolla.WCF.Chat.js index 09b78ae..9711911 100644 --- a/file/js/TimWolla.WCF.Chat.js +++ b/file/js/TimWolla.WCF.Chat.js @@ -162,7 +162,6 @@ if (typeof TimWolla.WCF == 'undefined') TimWolla.WCF = {}; submitButton = target.find('input[type=image]'); $.ajax($('#chatForm').attr('action'), { - dataType: 'json', data: { text: $('#chatInput').val() },