From 888990057001bcdad8ecc71e4e2e9dce9c45e3ad Mon Sep 17 00:00:00 2001 From: =?utf8?q?Roland=20H=C3=A4der?= Date: Mon, 12 Nov 2012 17:41:37 +0000 Subject: [PATCH] Test is not JSON --- js/ajax-common.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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()); -- 2.39.5