Twenty Fourteen: Remove unused and untoggled no-js class.

props johnbillion.
fixes #26453.


git-svn-id: https://develop.svn.wordpress.org/trunk@26729 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Andrew Nacin 2013-12-06 17:15:52 +00:00
parent 195465ce38
commit be177ef23c

View File

@ -10,13 +10,13 @@
*/ */
?><!DOCTYPE html> ?><!DOCTYPE html>
<!--[if IE 7]> <!--[if IE 7]>
<html class="ie ie7" <?php language_attributes(); ?> class="no-js"> <html class="ie ie7" <?php language_attributes(); ?>>
<![endif]--> <![endif]-->
<!--[if IE 8]> <!--[if IE 8]>
<html class="ie ie8" <?php language_attributes(); ?> class="no-js"> <html class="ie ie8" <?php language_attributes(); ?>>
<![endif]--> <![endif]-->
<!--[if !(IE 7) | !(IE 8) ]><!--> <!--[if !(IE 7) | !(IE 8) ]><!-->
<html <?php language_attributes(); ?> class="no-js"> <html <?php language_attributes(); ?>>
<!--<![endif]--> <!--<![endif]-->
<head> <head>
<meta charset="<?php bloginfo( 'charset' ); ?>"> <meta charset="<?php bloginfo( 'charset' ); ?>">