remove html shiv
This commit is contained in:
parent
d0188cb438
commit
36f7136d34
2 changed files with 0 additions and 11 deletions
|
@ -29,10 +29,6 @@
|
||||||
link.href = window.location.search.match( /print-pdf/gi ) ? 'css/print/pdf.css' : 'css/print/paper.css';
|
link.href = window.location.search.match( /print-pdf/gi ) ? 'css/print/pdf.css' : 'css/print/paper.css';
|
||||||
document.getElementsByTagName( 'head' )[0].appendChild( link );
|
document.getElementsByTagName( 'head' )[0].appendChild( link );
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
<!--[if lt IE 9]>
|
|
||||||
<script src="lib/js/html5shiv.js"></script>
|
|
||||||
<![endif]-->
|
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
<body>
|
<body>
|
||||||
|
|
7
lib/js/html5shiv.js
vendored
7
lib/js/html5shiv.js
vendored
|
@ -1,7 +0,0 @@
|
||||||
document.createElement('header');
|
|
||||||
document.createElement('nav');
|
|
||||||
document.createElement('section');
|
|
||||||
document.createElement('article');
|
|
||||||
document.createElement('aside');
|
|
||||||
document.createElement('footer');
|
|
||||||
document.createElement('hgroup');
|
|
Loading…
Reference in a new issue