8000 Add async attribute to docs.js. · lodash/lodash.com@0fb1a7b · GitHub
[go: up one dir, main page]

Skip to content

Commit 0fb1a7b

Browse files
committed
Add async attribute to docs.js.
1 parent 14cf278 commit 0fb1a7b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_layouts/docs.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
{% assign protocol = res.href | slice:0,6 %}
3232
<script src="{{ res.href }}"{% if res.integrity and protocol == 'https:' %} integrity="{{ res.integrity }}" crossorigin{% endif %}{% if res.async %} async{% endif %}></script>
3333
{% endfor %}
34-
<script src="/assets/js/docs.js"></script>
34+
<script src="/assets/js/docs.js" async></script>
3535
{% endcapture %}
3636
{{ content | replace_first:'class="doc-container">',scripts }}
3737
</div>

0 commit comments

Comments
 (0)
0