remove html shiv

master
Hakim El Hattab 2020-03-01 10:24:02 +01:00
parent d0188cb438
commit 36f7136d34
2 changed files with 0 additions and 11 deletions

View File

@ -29,10 +29,6 @@
link.href = window.location.search.match( /print-pdf/gi ) ? 'css/print/pdf.css' : 'css/print/paper.css';
document.getElementsByTagName( 'head' )[0].appendChild( link );
</script>
<!--[if lt IE 9]>
<script src="lib/js/html5shiv.js"></script>
<![endif]-->
</head>
<body>

7
lib/js/html5shiv.js vendored
View File

@ -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');