mirror of
https://github.com/twbs/bootstrap.git
synced 2025-08-17 19:06:40 +02:00
.
This commit is contained in:
@@ -164,8 +164,6 @@ class Tab extends BaseComponent {
|
||||
|
||||
if (nextActiveElement) {
|
||||
nextActiveElement.focus({ preventScroll: true })
|
||||
// eslint-disable-next-line no-console
|
||||
console.log(nextActiveElement)
|
||||
Tab.getOrCreateInstance(nextActiveElement).show()
|
||||
}
|
||||
}
|
||||
@@ -288,8 +286,6 @@ EventHandler.on(document, EVENT_CLICK_DATA_API, SELECTOR_DATA_TOGGLE, function (
|
||||
return
|
||||
}
|
||||
|
||||
// eslint-disable-next-line no-console
|
||||
console.log(this)
|
||||
Tab.getOrCreateInstance(this).show()
|
||||
})
|
||||
|
||||
|
Reference in New Issue
Block a user