From f1c41828f1dc55405854bb976c164a5e2e554ac9 Mon Sep 17 00:00:00 2001 From: Moc Date: Thu, 28 Mar 2013 12:55:35 +0100 Subject: [PATCH] Typo fix in all.jquery.js causing JS not to work --- e107_web/js/core/all.jquery.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/e107_web/js/core/all.jquery.js b/e107_web/js/core/all.jquery.js index 0831f126e..8f21a2414 100644 --- a/e107_web/js/core/all.jquery.js +++ b/e107_web/js/core/all.jquery.js @@ -1,6 +1,6 @@ // handle secured json string - the Prototype implementation -/ + $.ajaxSetup({ dataFilter: function(data, type) { if(type != 'json' || !data) return data;