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:
parent
50dffde71f
commit
4ca0a4c8bb
@ -30,7 +30,7 @@
|
||||
}
|
||||
};
|
||||
|
||||
$( document ).on( 'ready', function() {
|
||||
$( function() {
|
||||
twentyThirteen.adjustAnchor();
|
||||
|
||||
if ( body.is( '.sidebar' ) )
|
||||
|
Loading…
Reference in New Issue
Block a user