Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXhmikosR <xhmikosr@gmail.com>2020-11-23 16:17:16 +0300
committerGitHub <noreply@github.com>2020-11-23 16:17:16 +0300
commit3e823e0b752b51b277a3a2d563c6b987f7496cf9 (patch)
tree24b73ff30fa930455a0c6430aaa2e78459d0d7b5 /js/dist/popover.js
parent21737ed530b7ac37fe1ce67026df373c04282ac8 (diff)
Dist (#32216)
Diffstat (limited to 'js/dist/popover.js')
-rw-r--r--js/dist/popover.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/js/dist/popover.js b/js/dist/popover.js
index 7e4230fca6..7a2e1ea607 100644
--- a/js/dist/popover.js
+++ b/js/dist/popover.js
@@ -26,7 +26,7 @@
var _window = window,
jQuery = _window.jQuery;
- if (jQuery && !document.body.hasAttribute('data-no-jquery')) {
+ if (jQuery && !document.body.hasAttribute('data-bs-no-jquery')) {
return jQuery;
}
@@ -129,7 +129,7 @@
};
_proto._getContent = function _getContent() {
- return this.element.getAttribute('data-content') || this.config.content;
+ return this.element.getAttribute('data-bs-content') || this.config.content;
};
_proto._cleanTipClass = function _cleanTipClass() {