aboutsummaryrefslogtreecommitdiff
path: root/dist/js
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2017-06-15 09:12:26 -0700
committerMark Otto <[email protected]>2017-06-15 09:12:26 -0700
commitbe39742d65f8999329c515fbf9c8102e32afe271 (patch)
treea1ec7b4ff7a39cd96a62ef464a9bfde27e5122f5 /dist/js
parent9c0e4230084c42be53da091414cb5b9d302a81a9 (diff)
downloadbootstrap-be39742d65f8999329c515fbf9c8102e32afe271.tar.xz
bootstrap-be39742d65f8999329c515fbf9c8102e32afe271.zip
full build
Diffstat (limited to 'dist/js')
-rw-r--r--dist/js/bootstrap.js6
1 files changed, 3 insertions, 3 deletions
diff --git a/dist/js/bootstrap.js b/dist/js/bootstrap.js
index b71d15883..8056641fb 100644
--- a/dist/js/bootstrap.js
+++ b/dist/js/bootstrap.js
@@ -3645,7 +3645,7 @@ var Popover = function ($) {
placement: 'right',
trigger: 'click',
content: '',
- template: '<div class="popover" role="tooltip">' + '<div class="arrow"></div>' + '<h3 class="popover-title"></h3>' + '<div class="popover-content"></div></div>'
+ template: '<div class="popover" role="tooltip">' + '<div class="arrow"></div>' + '<h3 class="popover-header"></h3>' + '<div class="popover-body"></div></div>'
});
var DefaultType = $.extend({}, Tooltip.DefaultType, {
@@ -3658,8 +3658,8 @@ var Popover = function ($) {
};
var Selector = {
- TITLE: '.popover-title',
- CONTENT: '.popover-content'
+ TITLE: '.popover-header',
+ CONTENT: '.popover-body'
};
var Event = {