Make WordPress Core

Changeset 7573


Ignore:
Timestamp:
03/30/2008 06:11:49 AM (17 years ago)
Author:
markjaquith
Message:

Remove errant commas to prevent file uploader script errors in IE7. props tsimmons. fixes #6443 for 2.5.1

Location:
branches/2.5
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/2.5/wp-admin/includes/media.php

    r7557 r7573  
    815815            file_dialog_complete_handler : fileDialogComplete,
    816816
    817             debug: false,
     817            debug: false
    818818        });
    819819    $("#flash-browse-button").bind( "click", function(){swfu.selectFiles();});
  • branches/2.5/wp-includes/js/swfupload/handlers.js

    r7466 r7573  
    9797    jQuery('#media-item-' + this.id).children('.describe').css({backgroundColor:'#fff'}).end()
    9898            .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()})
    100100            .animate({backgroundColor:'#fff'}, 400)
    101101            .animate({height:0}, 800, null, function(){jQuery(this).remove();updateMediaForm();});
Note: See TracChangeset for help on using the changeset viewer.