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:
Diffstat (limited to 'site/content/docs/5.1/examples/sidebars/sidebars.js')
-rw-r--r--site/content/docs/5.1/examples/sidebars/sidebars.js8
1 files changed, 0 insertions, 8 deletions
diff --git a/site/content/docs/5.1/examples/sidebars/sidebars.js b/site/content/docs/5.1/examples/sidebars/sidebars.js
deleted file mode 100644
index d00bc0db16..0000000000
--- a/site/content/docs/5.1/examples/sidebars/sidebars.js
+++ /dev/null
@@ -1,8 +0,0 @@
-/* global bootstrap: false */
-(function () {
- 'use strict'
- var tooltipTriggerList = Array.prototype.slice.call(document.querySelectorAll('[data-bs-toggle="tooltip"]'))
- tooltipTriggerList.forEach(function (tooltipTriggerEl) {
- new bootstrap.Tooltip(tooltipTriggerEl)
- })
-})()