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
path: root/docs
diff options
context:
space:
mode:
authorfat <jacobthornton@gmail.com>2012-12-20 10:05:33 +0400
committerfat <jacobthornton@gmail.com>2012-12-20 10:05:33 +0400
commit7c456c85545b433759913051779bf4af9b000d48 (patch)
tree4461da79457ca51ea256f861f7566e7db53dec8e /docs
parent219d275ae67e58f3a4c1d0a2b2daeff427adbaf6 (diff)
fix tooltip doc dumbness
Diffstat (limited to 'docs')
-rw-r--r--docs/assets/js/application.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/assets/js/application.js b/docs/assets/js/application.js
index f6c7849c3a..1f7282b666 100644
--- a/docs/assets/js/application.js
+++ b/docs/assets/js/application.js
@@ -34,7 +34,7 @@
// add tipsies to grid for scaffolding
if ($('#gridSystem').length) {
$('#gridSystem').tooltip({
- selector: '.show-grid > div'
+ selector: '.show-grid > div:not(.tooltip)'
, title: function () { return $(this).width() + 'px' }
})
}