projects
/
horde.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1654e24
)
Fix operator.
author
Jan Schneider
<jan@horde.org>
Fri, 25 Jun 2010 22:12:47 +0000
(
00:12
+0200)
committer
Jan Schneider
<jan@horde.org>
Sat, 26 Jun 2010 00:03:08 +0000
(
02:03
+0200)
ingo/js/new_folder.js
patch
|
blob
|
history
diff --git
a/ingo/js/new_folder.js
b/ingo/js/new_folder.js
index
420e2b8
..
07b90cb
100644
(file)
--- a/
ingo/js/new_folder.js
+++ b/
ingo/js/new_folder.js
@@
-11,7
+11,7
@@
var IngoNewFolder = {
var selector = form[0].elements.namedItem(tagname);
if (selector.selectedIndex == 1){
- var folder = window.prompt(this.folderprompt
.
'\n', '');
+ var folder = window.prompt(this.folderprompt
+
'\n', '');
if ((folder != null) && (folder != '')) {
form[0].actionID.value = 'create_folder';