From 7c163edb63fcdccc7b232b3b24fe398a363d00a7 Mon Sep 17 00:00:00 2001 From: Walter Purcaro Date: Thu, 16 Oct 2014 12:01:17 +0200 Subject: New theme Estate --- pyload/webui/themes/default/js/static/mootools-core.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'pyload/webui/themes/default/js/static/mootools-core.js') diff --git a/pyload/webui/themes/default/js/static/mootools-core.js b/pyload/webui/themes/default/js/static/mootools-core.js index db83850fd..e73f1df1e 100644 --- a/pyload/webui/themes/default/js/static/mootools-core.js +++ b/pyload/webui/themes/default/js/static/mootools-core.js @@ -5732,8 +5732,8 @@ JSON.secure = true; JSON.decode = function(string, secure){ if (!string || typeOf(string) != 'string') return null; - - if (secure == null) secure = JSON.secure; + + if (secure == null) secure = JSON.secure; if (secure){ if (JSON.parse) return JSON.parse(string); if (!JSON.validate(string)) throw new Error('JSON could not decode the input; security is enabled and the value is not secure.'); -- cgit v1.2.3