diff --git a/resources/assets/js/functions.js b/resources/assets/js/functions.js index 66b7f795e..1d9b65233 100755 --- a/resources/assets/js/functions.js +++ b/resources/assets/js/functions.js @@ -1,3 +1,8 @@ +//enable bootstrap tooltips +let tooltipTriggerList = [].slice.call(document.querySelectorAll('[data-bs-toggle="tooltip"]')) +let tooltipList = tooltipTriggerList.map(function (tooltipTriggerEl) { + return new bootstrap.Tooltip(tooltipTriggerEl) +}) // event bindings jQuery(function($) { const base_url = window.location.origin; diff --git a/resources/views/themes/Gentele/books.tpl b/resources/views/themes/Gentele/books.tpl index 38b382934..c537e8b84 100755 --- a/resources/views/themes/Gentele/books.tpl +++ b/resources/views/themes/Gentele/books.tpl @@ -26,19 +26,19 @@