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;