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:
authorMark Otto <markdotto@gmail.com>2017-06-15 19:12:26 +0300
committerMark Otto <markdotto@gmail.com>2017-06-15 19:12:26 +0300
commitbe39742d65f8999329c515fbf9c8102e32afe271 (patch)
treea1ec7b4ff7a39cd96a62ef464a9bfde27e5122f5 /dist/js/bootstrap.js
parent9c0e4230084c42be53da091414cb5b9d302a81a9 (diff)
full build
Diffstat (limited to 'dist/js/bootstrap.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 b71d158831..8056641fb2 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 = {