projects
/
horde.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ae05c73
)
Bug #8770: Escape hash text
author
Rui Carneiro
<rui.carneiro@portugalmail.net>
Fri, 11 Dec 2009 17:08:41 +0000
(10:08 -0700)
committer
Michael 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
patch
|
blob
|
history
diff --git
a/imp/js/DimpBase.js
b/imp/js/DimpBase.js
index
ea504c3
..
164c6d9
100644
(file)
--- 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;