diff options
Diffstat (limited to 'js')
| -rw-r--r-- | js/popover.js | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/js/popover.js b/js/popover.js index 33edadf7f..e58e24908 100644 --- a/js/popover.js +++ b/js/popover.js @@ -55,6 +55,8 @@ $tip.find('.popover-content')[this.options.html ? 'html' : 'text'](content) $tip.removeClass('fade top bottom left right in') + + $tip.find('.popover-title:empty').hide() } Popover.prototype.hasContent = function () { |
