Changeset 7573
- Timestamp:
- 03/30/2008 06:11:49 AM (17 years ago)
- Location:
- branches/2.5
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/2.5/wp-admin/includes/media.php
r7557 r7573 815 815 file_dialog_complete_handler : fileDialogComplete, 816 816 817 debug: false ,817 debug: false 818 818 }); 819 819 $("#flash-browse-button").bind( "click", function(){swfu.selectFiles();}); -
branches/2.5/wp-includes/js/swfupload/handlers.js
r7466 r7573 97 97 jQuery('#media-item-' + this.id).children('.describe').css({backgroundColor:'#fff'}).end() 98 98 .animate({backgroundColor:'#ffc0c0'}, {queue:false,duration:50}) 99 .animate({minHeight:0,height:36 ,}, 400, null, function(){jQuery(this).children('.describe').remove()})99 .animate({minHeight:0,height:36}, 400, null, function(){jQuery(this).children('.describe').remove()}) 100 100 .animate({backgroundColor:'#fff'}, 400) 101 101 .animate({height:0}, 800, null, function(){jQuery(this).remove();updateMediaForm();});
Note: See TracChangeset
for help on using the changeset viewer.