Fix adding subfolders UI
authorMichael M Slusarz <slusarz@curecanti.org>
Fri, 26 Jun 2009 21:40:33 +0000 (15:40 -0600)
committerMichael M Slusarz <slusarz@curecanti.org>
Fri, 26 Jun 2009 21:40:39 +0000 (15:40 -0600)
imp/js/src/DimpBase.js

index 1ff91eb..5cde799 100644 (file)
@@ -1725,7 +1725,7 @@ var DimpBase = {
 
     _createFolderForm: function(action, text)
     {
-        var n = $($('folderform').down().cloneNode(true));
+        var n = $($('folderform').down().cloneNode(true)).writeAttribute('id', 'RB_folder');
         n.down('P').insert(text);
 
         this.cfolderaction = action;