Skip to content

Commit 35a3591

Browse files
committed
Simplify script tags template
`type=text/javascript` is the implied default; there is no reason to include it. https://mathiasbynens.be/notes/html5-levels#level-1
1 parent 8a3cd1d commit 35a3591

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/templates/script-tags.tmpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
<script type='text/javascript' id="__bs_script__">//<![CDATA[
1+
<script id="__bs_script__">//<![CDATA[
22
document.write("<script %async% src='%script%'><\/script>".replace("HOST", location.hostname));
33
//]]></script>

0 commit comments

Comments
 (0)