forked from 0x2620/oxjs
some work on filters
This commit is contained in:
parent
3130de08c5
commit
170fd84c80
5 changed files with 83 additions and 25 deletions
|
|
@ -339,7 +339,7 @@ Ox.URL = function(options) {
|
|||
}
|
||||
}
|
||||
if (condition.value.indexOf(':') > -1) {
|
||||
condition.value = condition.value.split(':').map(decodeValue).join(':');
|
||||
condition.value = condition.value.split(':').map(decodeValue);
|
||||
} else {
|
||||
condition.value = decodeValue(condition.value);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue