2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-11 18:02:28 +03: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
+1 -1
View File
@@ -97,7 +97,7 @@
})
}
document.querySelectorAll('[data-toggle="tooltip"]')
[].slice.call(document.querySelectorAll('[data-toggle="tooltip"]'))
.forEach(function (tooltip) {
new Tooltip(tooltip)
})