mirror of
https://github.com/e107inc/e107.git
synced 2025-08-06 14:46:56 +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
|
||||
|
||||
/
|
||||
|
||||
$.ajaxSetup({
|
||||
dataFilter: function(data, type) {
|
||||
if(type != 'json' || !data) return data;
|
||||
|
Reference in New Issue
Block a user