Skip to content

Commit 3d44327

Browse files
authoredAug 20, 2024
Remove unnecessary "type" attribute (#4956)
1 parent b0b2698 commit 3d44327

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎_includes/head.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
{%- comment %} https://docs.google.com/presentation/d/1rmxwWa9P6_xHqonmh5ONXRS-jPc5XKbnv99Rjkhe04s/present {% endcomment -%}
1010
<meta name="viewport" content="width=device-width, initial-scale=1.0">
1111

12-
<script type="text/javascript">
12+
<script>
1313
document.documentElement.className = document.documentElement.className.replace(/\bno-js\b/g, '') + ' js ';
1414
{% if site.enable_copy_code_button -%}
1515
window.enable_copy_code_button = true;

0 commit comments

Comments
 (0)
Please sign in to comment.