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

git-svn-id: https://develop.svn.wordpress.org/trunk@23891 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Andrew Nacin 2013-04-03 17:29:59 +00:00
parent 50dffde71f
commit 4ca0a4c8bb

View File

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