Fix non-critical js error when loading Thickbox on the plugins page, fixes #8812 for trunk

git-svn-id: https://develop.svn.wordpress.org/trunk@10327 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Andrew Ozz
2009-01-07 07:45:53 +00:00
parent ee334aaf40
commit 337a58fef6
2 changed files with 1 additions and 3 deletions
-2
View File
@@ -27,8 +27,6 @@ jQuery(document).ready(function($) {
return false;
});
$(window).resize( function() { tb_position() } );
/* Plugin install related JS*/
$('#install-plugins tbody.plugins tr').click( function() {
$(this).find('.action-links a.onclick').click();