1
0
mirror of https://github.com/cotes2020/jekyll-theme-chirpy.git synced 2025-12-19 06:06:54 +00:00

Optimized the JS import sequence.

This commit is contained in:
Cotes Chung
2020-02-18 00:17:42 +08:00
parent 16bb4e4544
commit 64125e6e42
4 changed files with 2 additions and 1 deletions

View File

@@ -1,10 +0,0 @@
/**
* Initial Bootstrap Tooltip.
* v2.0
* https://github.com/cotes2020/jekyll-theme-chirpy
* © 2019 Cotes Chung
* MIT License
*/
$(function () {
$('[data-toggle="tooltip"]').tooltip();
})