media-new visibility fix. Props filosoof. see #6979
git-svn-id: https://develop.svn.wordpress.org/trunk@9458 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
7e7be7ea13
commit
5038ab53db
@ -1256,7 +1256,6 @@ jQuery(function($){
|
|||||||
},
|
},
|
||||||
debug: false
|
debug: false
|
||||||
});
|
});
|
||||||
$("#flash-browse-button").bind( "click", function(){swfu.selectFiles();});
|
|
||||||
});
|
});
|
||||||
//-->
|
//-->
|
||||||
</script>
|
</script>
|
||||||
|
@ -71,7 +71,6 @@ if ( isset($_GET['inline']) ) {
|
|||||||
updateMediaForm();
|
updateMediaForm();
|
||||||
post_id = 0;
|
post_id = 0;
|
||||||
shortform = 1;
|
shortform = 1;
|
||||||
$('body:last div:has(embed), body:last div:has(object)').css({'visibility':'hidden','marginTop':'-1px'});
|
|
||||||
});
|
});
|
||||||
</script>
|
</script>
|
||||||
<input type="hidden" name="post_id" id="post_id" value="0" />
|
<input type="hidden" name="post_id" id="post_id" value="0" />
|
||||||
|
Loading…
Reference in New Issue
Block a user