From: Roland Häder 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=888990057001bcdad8ecc71e4e2e9dce9c45e3ad;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());