Changeset 30211
- Timestamp:
- 11/03/2014 06:57:22 PM (10 years ago)
- Location:
- trunk/src/wp-content/themes/twentyfifteen
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-content/themes/twentyfifteen/header.php
r30097 r30211 19 19 <script src="<?php echo get_template_directory_uri(); ?>/js/html5.js"></script> 20 20 <![endif]--> 21 <script>(function(){document.documentElement.className='js'})();</script> 21 22 <?php wp_head(); ?> 22 23 </head> -
trunk/src/wp-content/themes/twentyfifteen/js/functions.js
r30046 r30211 8 8 ( function( $ ) { 9 9 var $body, $window, sidebar, toolbarOffset; 10 11 $( 'html' ).removeClass( 'no-js' );12 10 13 11 // Add dropdown toggle that display child menu items.
Note: See TracChangeset
for help on using the changeset viewer.