mirror of
https://github.com/e107inc/e107.git
synced 2025-08-08 07:36:32 +02:00
Typo fix in all.jquery.js causing JS not to work
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
// handle secured json string - the Prototype implementation
|
// handle secured json string - the Prototype implementation
|
||||||
|
|
||||||
/
|
|
||||||
$.ajaxSetup({
|
$.ajaxSetup({
|
||||||
dataFilter: function(data, type) {
|
dataFilter: function(data, type) {
|
||||||
if(type != 'json' || !data) return data;
|
if(type != 'json' || !data) return data;
|
||||||
|
Reference in New Issue
Block a user