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:
@@ -97,7 +97,7 @@
|
||||
})
|
||||
}
|
||||
|
||||
document.querySelectorAll('[data-toggle="tooltip"]')
|
||||
[].slice.call(document.querySelectorAll('[data-toggle="tooltip"]'))
|
||||
.forEach(function (tooltip) {
|
||||
new Tooltip(tooltip)
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user