]> git.mxchange.org Git - mailer.git/blobdiff - js/ajax-common.js
Test is not JSON
[mailer.git] / js / ajax-common.js
index cad73bbbacfcffbbbe2273afb2bccadfd8ecae70..bc21661064bd09dee2931f13fce8074b43b35752 100644 (file)
@@ -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());