mirror of
https://github.com/WordPress/WordPress.git
synced 2025-01-24 17:21:34 +01:00
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:
parent
b62d398742
commit
155a7c2455
@ -30,7 +30,7 @@
|
|||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
$( document ).on( 'ready', function() {
|
$( function() {
|
||||||
twentyThirteen.adjustAnchor();
|
twentyThirteen.adjustAnchor();
|
||||||
|
|
||||||
if ( body.is( '.sidebar' ) )
|
if ( body.is( '.sidebar' ) )
|
||||||
|
Loading…
Reference in New Issue
Block a user