Bug #8770: Escape hash text
authorRui Carneiro <rui.carneiro@portugalmail.net>
Fri, 11 Dec 2009 17:08:41 +0000 (10:08 -0700)
committerMichael M Slusarz <slusarz@curecanti.org>
Fri, 11 Dec 2009 17:10:07 +0000 (10:10 -0700)
Signed-off-by: Michael M Slusarz <slusarz@curecanti.org>
imp/js/DimpBase.js

index ea504c3..164c6d9 100644 (file)
@@ -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;