Changeset 8104
- Timestamp:
- 04/23/13 15:34:41 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/prototype/modules/mail/js/foldertree.js
r8084 r8104 263 263 selected = target.attr('id'); 264 264 change_folder(target.attr('id'), child.attr('title')); 265 265 266 266 $.ajax( 267 267 { … … 581 581 $(folder_).append(html).find(".float-menu-edit").click(function() 582 582 { 583 alert(1); 583 584 var folder_id = $(this).parents(".closed:first").attr('id'); 584 585 var name = $.trim($(this).parents(".closed:first").find("span:first").text().split("[")[0]); … … 618 619 $(".new_folder").parent().addClass("folders-loading"); 619 620 620 if($(this).parents("li").fi nd("input").first().val() == "localFolder")621 if($(this).parents("li").first().attr("id").indexOf("local_messages_") != -1) 621 622 { 622 623 var idFolder = $(this).parents("li").first().attr("id").split("_")[2];
Note: See TracChangeset
for help on using the changeset viewer.