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:
@@ -6,5 +6,5 @@
|
||||
* MIT License
|
||||
*/
|
||||
$(function () {
|
||||
$('[data-toggle="tooltip"]').tooltip({placement: "auto"});
|
||||
$('[data-toggle="tooltip"]').tooltip();
|
||||
})
|
||||
2
assets/js/dist/_commons/tooltip.min.js
vendored
2
assets/js/dist/_commons/tooltip.min.js
vendored
@@ -1 +1 @@
|
||||
$(function(){$('[data-toggle="tooltip"]').tooltip({placement:"auto"})});
|
||||
$(function(){$('[data-toggle="tooltip"]').tooltip()});
|
||||
Reference in New Issue
Block a user