mirror of
https://github.com/WordPress/WordPress.git
synced 2024-11-14 06:36:47 +01:00
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:
parent
0262bef8ae
commit
6f490c1cd1
@ -29,8 +29,6 @@ jQuery(function($) {
|
||||
$('#TB_ajaxWindowTitle').html('<strong>' + plugininstallL10n.plugin_information + '</strong> ' + $(this).attr('title') );
|
||||
return false;
|
||||
});
|
||||
|
||||
$(window).resize( function() { tb_position() } );
|
||||
});
|
||||
|
||||
/* Plugin install related JS*/
|
||||
|
Loading…
Reference in New Issue
Block a user