typo
This commit is contained in:
parent
eee30d74d8
commit
7847947dda
1 changed files with 1 additions and 1 deletions
|
@ -227,7 +227,7 @@ Ox.load('UI', {
|
||||||
paused: true
|
paused: true
|
||||||
};
|
};
|
||||||
vars.forEach(function(v) {
|
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] = decodeURIComponent(v);
|
||||||
query[k] = {
|
query[k] = {
|
||||||
'true': true, 'false': false
|
'true': true, 'false': false
|
||||||
|
|
Loading…
Reference in a new issue