Make WordPress Core

Changeset 9458


Ignore:
Timestamp:
11/01/2008 05:35:33 AM (16 years ago)
Author:
ryan
Message:

media-new visibility fix. Props filosoof. see #6979

Location:
trunk/wp-admin
Files:
2 edited

Legend:

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

    r9438 r9458  
    12571257            debug: false
    12581258        });
    1259     $("#flash-browse-button").bind( "click", function(){swfu.selectFiles();});
    12601259});
    12611260//-->
  • trunk/wp-admin/media-upload.php

    r9423 r9458  
    7272        post_id = 0;
    7373        shortform = 1;
    74         $('body:last div:has(embed), body:last div:has(object)').css({'visibility':'hidden','marginTop':'-1px'});
    7574    });
    7675    </script>
Note: See TracChangeset for help on using the changeset viewer.