vendor/assets/javascripts/twitter/bootstrap/popover.js in anjlab-bootstrap-rails-2.2.2.rc vs vendor/assets/javascripts/twitter/bootstrap/popover.js in anjlab-bootstrap-rails-2.2.2.rc1

- old
+ new

@@ -42,11 +42,11 @@ var $tip = this.tip() , title = this.getTitle() , content = this.getContent() $tip.find('.popover-title')[this.options.html ? 'html' : 'text'](title) - $tip.find('.popover-content > *')[this.options.html ? 'html' : 'text'](content) + $tip.find('.popover-content')[this.options.html ? 'html' : 'text'](content) $tip.removeClass('fade top bottom left right in') } , hasContent: function () { @@ -95,9 +95,9 @@ $.fn.popover.defaults = $.extend({} , $.fn.tooltip.defaults, { placement: 'right' , trigger: 'click' , content: '' - , template: '<div class="popover"><div class="arrow"></div><div class="popover-inner"><h3 class="popover-title"></h3><div class="popover-content"><p></p></div></div></div>' + , template: '<div class="popover"><div class="arrow"></div><div class="popover-inner"><h3 class="popover-title"></h3><div class="popover-content"></div></div></div>' }) -}(window.jQuery); \ No newline at end of file +}(window.jQuery);