aboutsummaryrefslogtreecommitdiffstats
path: root/vendor/twbs/bootstrap/site/content/docs/5.1/examples/sidebars/sidebars.js
diff options
context:
space:
mode:
authorMario <mario@mariovavti.com>2022-10-10 18:05:26 +0000
committerMario <mario@mariovavti.com>2022-10-10 18:05:26 +0000
commitef2448e17e742e7dcef458993bce1e0a29756aa7 (patch)
treed23c62753abbb42e7bb742f2d44d09321b6f2eee /vendor/twbs/bootstrap/site/content/docs/5.1/examples/sidebars/sidebars.js
parent6ab65519a0fc3e55ad5f32ce1641190ef609a4e2 (diff)
parent99a5cf1ad4660a31af6c03e5a1abc3d374f82c78 (diff)
downloadvolse-hubzilla-ef2448e17e742e7dcef458993bce1e0a29756aa7.tar.gz
volse-hubzilla-ef2448e17e742e7dcef458993bce1e0a29756aa7.tar.bz2
volse-hubzilla-ef2448e17e742e7dcef458993bce1e0a29756aa7.zip
Merge branch '7.8RC'7.8
Diffstat (limited to 'vendor/twbs/bootstrap/site/content/docs/5.1/examples/sidebars/sidebars.js')
-rw-r--r--vendor/twbs/bootstrap/site/content/docs/5.1/examples/sidebars/sidebars.js8
1 files changed, 0 insertions, 8 deletions
diff --git a/vendor/twbs/bootstrap/site/content/docs/5.1/examples/sidebars/sidebars.js b/vendor/twbs/bootstrap/site/content/docs/5.1/examples/sidebars/sidebars.js
deleted file mode 100644
index 68384c163..000000000
--- a/vendor/twbs/bootstrap/site/content/docs/5.1/examples/sidebars/sidebars.js
+++ /dev/null
@@ -1,8 +0,0 @@
-/* global bootstrap: false */
-(function () {
- 'use strict'
- var tooltipTriggerList = [].slice.call(document.querySelectorAll('[data-bs-toggle="tooltip"]'))
- tooltipTriggerList.forEach(function (tooltipTriggerEl) {
- new bootstrap.Tooltip(tooltipTriggerEl)
- })
-})()