Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGeoSot <geo.sotis@gmail.com>2022-08-11 01:29:15 +0300
committerGeoSot <geo.sotis@gmail.com>2022-08-11 01:29:15 +0300
commit962f3e9b52161560089f91e5fdc1ed4111881881 (patch)
tree31c7bfe16f3ac1b0d7763be2a64a73f130925974
parent1039830b5bdc75dc1d3eeb8e0f6ed2db8273584b (diff)
-rw-r--r--site/assets/js/snippets.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/site/assets/js/snippets.js b/site/assets/js/snippets.js
index 075c5e50ce..53f8a786ec 100644
--- a/site/assets/js/snippets.js
+++ b/site/assets/js/snippets.js
@@ -23,7 +23,7 @@
// Instantiate all tooltips in a docs or StackBlitz page
document.querySelectorAll('[data-bs-toggle="tooltip"]')
.forEach(tooltip => {
- new bootstrap.Tooltip(tooltip, { trigger: 'click' })
+ new bootstrap.Tooltip(tooltip)
})
// --------