mirror of
https://github.com/twbs/bootstrap.git
synced 2025-09-27 05:49:07 +02:00
Add bs
in data attributes
- Add `bs` in data APIs everywhere - Update unit tests
This commit is contained in:
@@ -123,7 +123,7 @@ class Popover extends Tooltip {
|
||||
}
|
||||
|
||||
_getContent() {
|
||||
return this.element.getAttribute('data-content') ||
|
||||
return this.element.getAttribute('data-bs-content') ||
|
||||
this.config.content
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user