mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-08-11 12:20:22 +00:00
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:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user