remove arg demunging
This commit is contained in:
parent
aa913cd6be
commit
52d4015114
1 changed files with 1 additions and 1 deletions
|
|
@ -403,7 +403,7 @@
|
|||
let opt = {}, kv, kva;
|
||||
// handle kiri legacy and proper url encoding better
|
||||
ov.replace(/&/g,',').split(',').forEach(function(el) {
|
||||
el = el.replace(/=/g,':');
|
||||
// el = el.replace(/=/g,':');
|
||||
kv = decodeURIComponent(el).split(':');
|
||||
if (kv.length === 2) {
|
||||
kva = opt[kv[0]] = opt[kv[0]] || [];
|
||||
|
|
|
|||
Loading…
Reference in a new issue