From: quix0r Date: Mon, 12 Nov 2012 17:41:37 +0000 (+0000) Subject: Test is not JSON X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=9985801f6ff966eb13658bbb9e0de0606dd087e8;p=mailer.git Test is not JSON --- diff --git a/js/ajax-common.js b/js/ajax-common.js index cad73bbbac..bc21661064 100644 --- a/js/ajax-common.js +++ b/js/ajax-common.js @@ -308,7 +308,7 @@ function displayTestWindow (prefix, element) { }); // Request it from the AJAX backend - if (sendAjaxRequest(prefix, 'test', '', true) == true) { + if (sendAjaxRequest(prefix, 'test', '', false) == true) { // Transfer the returned content to the prefix_warning_content id $('#' + prefix + '_warning_content').html(getAjaxContent());