Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Otto <otto@github.com>2013-02-07 05:25:58 +0400
committerMark Otto <otto@github.com>2013-02-07 05:25:58 +0400
commite3f3542d0b57fdcea0fbff2858b610f85a988d1d (patch)
tree88537f3e886b64c3685abc998ccde95c233d0dc1 /docs/assets/js/bootstrap.js
parentc8874ff2857bd2e0555dd2c43f50220c27827c9a (diff)
Fixes #6823: add some docs notes about tooltips in input groups
Diffstat (limited to 'docs/assets/js/bootstrap.js')
-rw-r--r--docs/assets/js/bootstrap.js2
1 files changed, 1 insertions, 1 deletions
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', '')
}
}