mirror of
https://github.com/twbs/bootstrap.git
synced 2025-08-06 21:56:42 +02:00
Make the popove respect custom classes
This commit is contained in:
2
js/bootstrap-popover.js
vendored
2
js/bootstrap-popover.js
vendored
@@ -41,7 +41,7 @@
|
||||
$tip.find('.title')[ $.type(title) == 'object' ? 'append' : 'html' ](title)
|
||||
$tip.find('.content > *')[ $.type(content) == 'object' ? 'append' : 'html' ](content)
|
||||
|
||||
$tip[0].className = 'popover'
|
||||
$tip.removeClass('fade top bottom left right in')
|
||||
}
|
||||
|
||||
, hasContent: function () {
|
||||
|
Reference in New Issue
Block a user