Clean up code for JavaScript file source
This commit is contained in:
parent
1c3100f747
commit
7ba5d4799c
@ -1,6 +1,5 @@
|
|||||||
<script src="{{ getBundleFileUrl 'js' }}" defer></script>
|
|
||||||
{{ if toc }}
|
{{ if toc }}
|
||||||
<script src="{{'/assets/js/details-utils.js'}}" defer></script>
|
<script src="/assets/js/details-utils.js" defer></script>
|
||||||
{{ /if }}
|
{{ /if }}
|
||||||
{{ if hasCodeBlock }}
|
{{ if hasCodeBlock }}
|
||||||
<script src="/assets/js/copycode.js" defer></script>
|
<script src="/assets/js/copycode.js" defer></script>
|
||||||
@ -8,3 +7,4 @@
|
|||||||
{{ if hasTooltips }}
|
{{ if hasTooltips }}
|
||||||
<script src="/assets/js/tooltips.js" defer></script>
|
<script src="/assets/js/tooltips.js" defer></script>
|
||||||
{{ /if }}
|
{{ /if }}
|
||||||
|
<script src="{{ getBundleFileUrl 'js' }}" defer></script>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user