diff --git a/phpgwapi/js/jsapi/app_base.js b/phpgwapi/js/jsapi/app_base.js index e6f26bad4f..113b26980a 100644 --- a/phpgwapi/js/jsapi/app_base.js +++ b/phpgwapi/js/jsapi/app_base.js @@ -769,7 +769,7 @@ var AppJS = Class.extend( var favorite = {} if (matches && matches.length > 1 && matches[2] !== undefined) { - favorite = JSON.parse(decodeURI(matches[2])); + favorite = JSON.parse(matches[2]); } if(!favorite || jQuery.isEmptyObject(favorite)) return;