From 860a96939a58831228c2ea90055ca82cd9c84698 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Thu, 7 Jun 2012 10:58:15 -0700 Subject: fix grid tooltips, tweaks --- docs/assets/js/application.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'docs/assets/js') diff --git a/docs/assets/js/application.js b/docs/assets/js/application.js index 18bcda6c9..f38ee4956 100644 --- a/docs/assets/js/application.js +++ b/docs/assets/js/application.js @@ -36,8 +36,8 @@ } // add tipsies to grid for scaffolding - if ($('#grid-system').length) { - $('#grid-system').tooltip({ + if ($('#gridSystem').length) { + $('#gridSystem').tooltip({ selector: '.show-grid > div' , title: function () { return $(this).width() + 'px' } }) -- cgit v1.2.3