mirror of
https://github.com/WordPress/WordPress.git
synced 2024-11-05 10:22:23 +01:00
917d5a7370
git-svn-id: http://svn.automattic.com/wordpress/trunk@6597 1a063a9b-81f0-0310-95a4-ce76da25c4cd
7 lines
307 B
JavaScript
7 lines
307 B
JavaScript
addLoadEvent( function() {
|
|
// pulse
|
|
jQuery('.fade').animate( { backgroundColor: '#ffffe0' }, 300).animate( { backgroundColor: '#fffbcc' }, 300).animate( { backgroundColor: '#ffffe0' }, 300).animate( { backgroundColor: '#fffbcc' }, 300);
|
|
|
|
jQuery('.wp-no-js-hidden').removeClass( 'wp-no-js-hidden' );
|
|
});
|