Twenty Fifteen: prevent a flash of visible sub menus before scripts load.

Props mattwiebe, aferica, fixes #30056.


Built from https://develop.svn.wordpress.org/trunk@30211


git-svn-id: http://core.svn.wordpress.org/trunk@30211 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Ian Stewart 2014-11-03 18:58:23 +00:00
parent 7919a6d812
commit c1b360a665
3 changed files with 2 additions and 3 deletions

View File

@ -18,6 +18,7 @@
<!--[if lt IE 9]>
<script src="<?php echo get_template_directory_uri(); ?>/js/html5.js"></script>
<![endif]-->
<script>(function(){document.documentElement.className='js'})();</script>
<?php wp_head(); ?>
</head>

View File

@ -8,8 +8,6 @@
( function( $ ) {
var $body, $window, sidebar, toolbarOffset;
$( 'html' ).removeClass( 'no-js' );
// Add dropdown toggle that display child menu items.
$( '.main-navigation .page_item_has_children > a, .main-navigation .menu-item-has-children > a' ).after( '<button class="dropdown-toggle" aria-expanded="false">' + screenReaderText.expand + '</button>' );

View File

@ -4,7 +4,7 @@
*
* @global string $wp_version
*/
$wp_version = '4.1-alpha-30210';
$wp_version = '4.1-alpha-30211';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.