Test is not JSON
authorRoland Häder <roland@mxchange.org>
Mon, 12 Nov 2012 17:41:37 +0000 (17:41 +0000)
committerRoland Häder <roland@mxchange.org>
Mon, 12 Nov 2012 17:41:37 +0000 (17:41 +0000)
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());