From: Rui Carneiro Date: Fri, 11 Dec 2009 17:08:41 +0000 (-0700) Subject: Bug #8770: Escape hash text X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=052271af87311e82f7a6e887ef8d364d8b41a6e6;p=horde.git Bug #8770: Escape hash text Signed-off-by: Michael M Slusarz --- diff --git a/imp/js/DimpBase.js b/imp/js/DimpBase.js index ea504c391..164c6d978 100644 --- a/imp/js/DimpBase.js +++ b/imp/js/DimpBase.js @@ -280,6 +280,7 @@ var DimpBase = { case 'options': this.highlightSidebar('appoptions'); + location.hash = escape(loc); DimpCore.setTitle(DIMP.text.prefs); this.iframeContent(loc, DIMP.conf.URI_PREFS_IMP); break;