This commit is contained in:
rolux 2013-02-12 13:47:05 +05:30
parent eee30d74d8
commit 7847947dda

View file

@ -227,7 +227,7 @@ Ox.load('UI', {
paused: true
};
vars.forEach(function(v) {
kv = v.split('='), k = kv[0], v = kv[1];
var kv = v.split('='), k = kv[0], v = kv[1];
query[k] = decodeURIComponent(v);
query[k] = {
'true': true, 'false': false