Optimized the JS import sequence.
This commit is contained in:
parent
16bb4e4544
commit
64125e6e42
4 changed files with 2 additions and 1 deletions
|
@ -146,4 +146,6 @@
|
|||
|
||||
{% endif %}
|
||||
|
||||
<script src="{{ site.baseurl }}/assets/js/dist/tooltip-loader.min.js" async></script>
|
||||
|
||||
</head>
|
1
assets/js/dist/commons.js
vendored
1
assets/js/dist/commons.js
vendored
|
@ -9,5 +9,4 @@
|
|||
{% include_relative _commons/sidebar.min.js %}
|
||||
{% include_relative _commons/topbar-switch.min.js %}
|
||||
{% include_relative _commons/topbar-title.min.js %}
|
||||
{% include_relative _commons/tooltip.min.js %}
|
||||
{% include_relative _commons/copy-link.min.js %}
|
Loading…
Reference in a new issue