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:
ryan 2008-11-01 05:35:33 +00:00
parent b1cc5e7d30
commit 3021fcc185
2 changed files with 0 additions and 2 deletions

View File

@ -1256,7 +1256,6 @@ jQuery(function($){
}, },
debug: false debug: false
}); });
$("#flash-browse-button").bind( "click", function(){swfu.selectFiles();});
}); });
//--> //-->
</script> </script>

View File

@ -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" />