vendor/assets/javascripts/bootstrap/bootstrap-twipsy.js in jombo-0.0.1.beta11 vs vendor/assets/javascripts/bootstrap/bootstrap-twipsy.js in jombo-0.0.1.beta12
- old
+ new
@@ -153,10 +153,10 @@
}
, setContent: function () {
var $tip = this.tip()
$tip.find('.twipsy-inner').html(this.getTitle())
- $tip[0].className = 'twipsy'
+ $tip.removeClass('fade in top bottom left right')
}
, hide: function () {
var that = this
, $tip = this.tip()
\ No newline at end of file