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:
@@ -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