1
0
mirror of https://github.com/cotes2020/jekyll-theme-chirpy.git synced 2025-12-18 05:41:31 +00:00

Change the tooltips placement.

Also modified code indentation.
This commit is contained in:
Cotes Chung
2020-02-17 02:51:12 +08:00
parent 79c7a5101f
commit f302f798aa
5 changed files with 17 additions and 8 deletions

View File

@@ -6,5 +6,5 @@
* MIT License
*/
$(function () {
$('[data-toggle="tooltip"]').tooltip({placement: "auto"});
$('[data-toggle="tooltip"]').tooltip();
})

View File

@@ -1 +1 @@
$(function(){$('[data-toggle="tooltip"]').tooltip({placement:"auto"})});
$(function(){$('[data-toggle="tooltip"]').tooltip()});