Changeset 8106
- Timestamp:
- 04/23/13 16:03:57 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/2.5/prototype/modules/mail/js/foldertree.js
r8087 r8106 479 479 $(".new_folder").parent().addClass("folders-loading"); 480 480 481 if($(this).parents("li").fi nd("input").first().val() == "localFolder"){481 if($(this).parents("li").first().attr("id").indexOf("local_messages_") != -1){ 482 482 var idFolder = $(this).parents("li").first().attr("id").split("_")[2]; 483 483 expresso_mail_archive.renameFolder(idFolder, new_name);
Note: See TracChangeset
for help on using the changeset viewer.