use Ox.decodeURI/Ox.decodeURIComponent

This commit is contained in:
rolux 2013-08-14 18:54:06 +00:00
commit 1e10fb5967
4 changed files with 4 additions and 4 deletions

View file

@ -2212,7 +2212,7 @@ pandora.wait = function(taskId, callback, timeout) {
state = conditions == 1 && indices.length == 1 ? {
index: indices[0],
key: find.conditions[indices[0]].key,
value: decodeURIComponent(find.conditions[indices[0]].value)
value: Ox.decodeURIComponent(find.conditions[indices[0]].value)
} : {
index: -1,
key: conditions == 0 && indices.length == 0 ? '*' : 'advanced',