From e3f3542d0b57fdcea0fbff2858b610f85a988d1d Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Wed, 6 Feb 2013 17:25:58 -0800 Subject: Fixes #6823: add some docs notes about tooltips in input groups --- docs/assets/js/bootstrap.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/assets/js/bootstrap.js') diff --git a/docs/assets/js/bootstrap.js b/docs/assets/js/bootstrap.js index bd4979f135..c7fb6ca952 100644 --- a/docs/assets/js/bootstrap.js +++ b/docs/assets/js/bootstrap.js @@ -1287,7 +1287,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', '') } } -- cgit v1.2.3