1
0
Fork 0
forked from 0x2620/oxjs

some work on filters

This commit is contained in:
rlx 2011-11-10 13:55:33 +00:00
commit 170fd84c80
5 changed files with 83 additions and 25 deletions

View file

@ -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);
}