use Ox.decodeURI/Ox.decodeURIComponent
This commit is contained in:
parent
e1913a1d05
commit
1e10fb5967
4 changed files with 4 additions and 4 deletions
|
|
@ -274,7 +274,7 @@ Ox.load('UI', {
|
|||
options;
|
||||
vars.forEach(function(v) {
|
||||
var kv = v.split('='), k = kv[0], v = kv[1];
|
||||
query[k] = decodeURIComponent(v);
|
||||
query[k] = Ox.decodeURIComponent(v);
|
||||
if (query[k] == 'true') {
|
||||
query[k] = true;
|
||||
} else if (query[k] == 'false') {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue