1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-08-29 08:10:47 +02:00

remove polyfills which override browsers default

This commit is contained in:
Johann-S
2019-02-13 19:37:52 +02:00
committed by XhmikosR
parent f0c6b24bd7
commit 764bab2941
5 changed files with 24 additions and 83 deletions

View File

@@ -97,7 +97,7 @@
})
}
document.querySelectorAll('[data-toggle="tooltip"]')
[].slice.call(document.querySelectorAll('[data-toggle="tooltip"]'))
.forEach(function (tooltip) {
new Tooltip(tooltip)
})