Skip to content

Commit

Permalink
remove html5shiv to support legacy IE versions (#572)
Browse files Browse the repository at this point in the history
  • Loading branch information
srprash authored Feb 13, 2023
1 parent 17f2195 commit 87d9c63
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions packages/core/doc-src/templates/layout.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,7 @@

<script src="scripts/prettify/prettify.js"> </script>
<script src="scripts/prettify/lang-css.js"> </script>
<!--[if lt IE 9]>
<script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->

<link type="text/css" rel="stylesheet" href="styles/prettify-tomorrow.css">
<link type="text/css" rel="stylesheet" href="styles/jsdoc-default.css">
</head>
Expand Down

0 comments on commit 87d9c63

Please sign in to comment.