Remove animation for admin notices, fixes #11267
git-svn-id: http://svn.automattic.com/wordpress/trunk@12385 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
@@ -172,12 +172,6 @@ showNotice = {
|
||||
jQuery(document).ready( function($) {
|
||||
var lastClicked = false, checks, first, last, checked;
|
||||
|
||||
// pulse
|
||||
$('div.fade').animate( { opacity: .5 }, 200)
|
||||
.animate( { opacity: 1 }, 200)
|
||||
.animate( { opacity: .5 }, 200)
|
||||
.animate( { opacity: 1 }, 200);
|
||||
|
||||
// Move .updated and .error alert boxes
|
||||
$('div.wrap h2:first').nextAll('div.updated, div.error').addClass('below-h2');
|
||||
$('div.updated, div.error').not('.below-h2').insertAfter( $('div.wrap h2:first') );
|
||||
|
||||
Reference in New Issue
Block a user