Skip to content

Commit cfeb67e

Browse files
committed
Browser: Add comments to browser usage in script.html
1 parent 78fc9ec commit cfeb67e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

layouts/partials/scripts.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
{{ $codecopyv2 := resources.Get "/js/code-copy-v2.js" | fingerprint "sha512" }}
33
<script src="{{ $codecopyv2.RelPermalink }}" type="text/javascript"></script>
44

5+
<!-- load browser incompatibility js -->
56
{{ $browserIncompatibility := resources.Get "/js/browser-incompatibility.js" | fingerprint "sha512" }}
67
<script src="{{ $browserIncompatibility.RelPermalink }}" type="text/javascript"></script>
78

0 commit comments

Comments
 (0)