Don't use jQuery.on('ready'). props obenland. see #23875.

git-svn-id: http://core.svn.wordpress.org/trunk@23891 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Andrew Nacin 2013-04-03 17:29:59 +00:00
parent b62d398742
commit 155a7c2455

View File

@ -30,7 +30,7 @@
}
};
$( document ).on( 'ready', function() {
$( function() {
twentyThirteen.adjustAnchor();
if ( body.is( '.sidebar' ) )