Skip to content

Commit

Permalink
dont remove title attribute part 2
Browse files Browse the repository at this point in the history
  • Loading branch information
Yohn committed Feb 6, 2013
1 parent 2fa77bf commit beb6030
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/bootstrap-tooltip.js
Expand Up @@ -245,7 +245,7 @@
, fixTitle: function () {
var $e = this.$element
if ($e.attr('title') || typeof($e.attr('data-original-title')) != 'string') {
$e.attr('data-original-title', $e.attr('title') || '').removeAttr('title')
$e.attr('data-original-title', $e.attr('title') || '').attr('title', '')
}
}

Expand Down

0 comments on commit beb6030

Please sign in to comment.