projects
/
horde.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
793af3d
)
Don't show escaped characters in rename dialog
author
Michael M Slusarz
<slusarz@curecanti.org>
Wed, 8 Sep 2010 21:26:08 +0000
(15:26 -0600)
committer
Michael M Slusarz
<slusarz@curecanti.org>
Wed, 8 Sep 2010 21:26:13 +0000
(15:26 -0600)
imp/js/dimpbase.js
patch
|
blob
|
history
diff --git
a/imp/js/dimpbase.js
b/imp/js/dimpbase.js
index
75e85b5
..
d775d37
100644
(file)
--- a/
imp/js/dimpbase.js
+++ b/
imp/js/dimpbase.js
@@
-2164,7
+2164,7
@@
var DimpBase = {
}
folder = $(folder);
- this._createFolderForm(this._folderAction.bindAsEventListener(this, folder, 'rename'), DIMP.text.rename_prompt, folder.retrieve('l'));
+ this._createFolderForm(this._folderAction.bindAsEventListener(this, folder, 'rename'), DIMP.text.rename_prompt, folder.retrieve('l')
.unescapeHTML()
);
},
/* Handle insert folder actions. */