Skip to content

Commit 6728ed8

Browse files
committed
Optimized the JS import sequence.
1 parent b6145b4 commit 6728ed8

4 files changed

Lines changed: 2 additions & 1 deletion

File tree

_includes/head.html

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -146,4 +146,6 @@
146146

147147
{% endif %}
148148

149+
<script src="{{ site.baseurl }}/assets/js/dist/tooltip-loader.min.js" async></script>
150+
149151
</head>

assets/js/dist/commons.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,4 @@
99
{% include_relative _commons/sidebar.min.js %}
1010
{% include_relative _commons/topbar-switch.min.js %}
1111
{% include_relative _commons/topbar-title.min.js %}
12-
{% include_relative _commons/tooltip.min.js %}
1312
{% include_relative _commons/copy-link.min.js %}

0 commit comments

Comments
 (0)