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

git-svn-id: http://svn.automattic.com/wordpress/branches/2.7@10328 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
azaozz 2009-01-07 07:46:46 +00:00
parent 0262bef8ae
commit 6f490c1cd1

View File

@ -29,8 +29,6 @@ jQuery(function($) {
$('#TB_ajaxWindowTitle').html('<strong>' + plugininstallL10n.plugin_information + '</strong>&nbsp;' + $(this).attr('title') );
return false;
});
$(window).resize( function() { tb_position() } );
});
/* Plugin install related JS*/