Remove unnecessary `type`

This commit is contained in:
Michael Rose 2017-03-12 12:16:25 -04:00 committed by GitHub
parent a6b0326e85
commit 974367754e
1 changed files with 2 additions and 2 deletions

View File

@ -14,7 +14,7 @@
<link rel="canonical" href="{{ page.url | replace:'index.html', '' | absolute_url }}">
{% endif %}
<script type="text/javascript">
<script>
/* Cut the mustard */
if ( 'querySelector' in document && 'addEventListener' in window ) {
document.documentElement.className = document.documentElement.className.replace(/\bno-js\b/g, '') + 'js';
@ -32,4 +32,4 @@
{% endcomment %}
{% include head-feed.html %}
{% endif %}
</head>
</head>