projects
/
horde.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cdcd54b
)
Bug #8051: Fix rename folder
author
Michael M Slusarz
<slusarz@curecanti.org>
Mon, 9 Mar 2009 21:20:01 +0000
(15:20 -0600)
committer
Michael M Slusarz
<slusarz@curecanti.org>
Mon, 9 Mar 2009 21:20:01 +0000
(15:20 -0600)
imp/js/src/folders.js
patch
|
blob
|
history
diff --git
a/imp/js/src/folders.js
b/imp/js/src/folders.js
index
fd93320
..
0537b5b
100644
(file)
--- a/
imp/js/src/folders.js
+++ b/
imp/js/src/folders.js
@@
-31,7
+31,7
@@
var ImpFolders = {
sel += this.displayNames[folder] + "\n";
}
++folder;
- });
+ }
, this
);
return sel.strip();
},
@@
-144,7
+144,7
@@
var ImpFolders = {
}
}
++j;
- });
+ }
, this
);
if (newnames) {
$('new_names').setValue(newnames.strip());