1
0
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:
Moc
2013-03-28 12:55:35 +01:00
parent b5fb8b6829
commit f1c41828f1

View File

@@ -1,6 +1,6 @@
// handle secured json string - the Prototype implementation
/
$.ajaxSetup({
dataFilter: function(data, type) {
if(type != 'json' || !data) return data;