]> git.mxchange.org Git - mailer.git/blobdiff - js/ajax-common.js
Is 'test' target JSON?
[mailer.git] / js / ajax-common.js
index df1eb32fe1d4609bfff86678ea2f85eb9c77a94a..cad73bbbacfcffbbbe2273afb2bccadfd8ecae70 100644 (file)
@@ -308,7 +308,7 @@ function displayTestWindow (prefix, element) {
        });
 
        // Request it from the AJAX backend
-       if (sendAjaxRequest(prefix, 'test', '') == true) {
+       if (sendAjaxRequest(prefix, 'test', '', true) == true) {
                // Transfer the returned content to the prefix_warning_content id
                $('#' + prefix + '_warning_content').html(getAjaxContent());