mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-22 23:00:56 +01:00
Remove another unneeded decodeURI() to avoid problems with addressbook advanced search
This commit is contained in:
parent
0543573974
commit
1ee1a934f8
@ -386,7 +386,7 @@ var AppJS = Class.extend(
|
||||
if (matches && matches.length > 1 && matches[2] !== undefined)
|
||||
{
|
||||
event.stopImmediatePropagation();
|
||||
self.setState.call(self, JSON.parse(decodeURI(matches[2])));
|
||||
self.setState.call(self, JSON.parse(matches[2]));
|
||||
return false;
|
||||
}
|
||||
})
|
||||
|
Loading…
Reference in New Issue
Block a user