media-new visibility fix. Props filosoof. see #6979
git-svn-id: http://svn.automattic.com/wordpress/trunk@9458 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
b1cc5e7d30
commit
3021fcc185
|
@ -1256,7 +1256,6 @@ jQuery(function($){
|
|||
},
|
||||
debug: false
|
||||
});
|
||||
$("#flash-browse-button").bind( "click", function(){swfu.selectFiles();});
|
||||
});
|
||||
//-->
|
||||
</script>
|
||||
|
|
|
@ -71,7 +71,6 @@ if ( isset($_GET['inline']) ) {
|
|||
updateMediaForm();
|
||||
post_id = 0;
|
||||
shortform = 1;
|
||||
$('body:last div:has(embed), body:last div:has(object)').css({'visibility':'hidden','marginTop':'-1px'});
|
||||
});
|
||||
</script>
|
||||
<input type="hidden" name="post_id" id="post_id" value="0" />
|
||||
|
|
Loading…
Reference in New Issue