From 40142bdc5197b69f26e4d8ea3e30cd4fcf0d7cdb Mon Sep 17 00:00:00 2001 From: Chris Rebert Date: Wed, 12 Feb 2014 11:02:37 -0800 Subject: fix #12708 by updating class names in the docs JS --- docs/assets/js/customizer.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/assets/js/customizer.js') diff --git a/docs/assets/js/customizer.js b/docs/assets/js/customizer.js index 077fd3218..da584b6ac 100644 --- a/docs/assets/js/customizer.js +++ b/docs/assets/js/customizer.js @@ -338,7 +338,7 @@ window.onload = function () { // wait for load in a dumb way because B-0 However, if you check your downloads folder, just rename this "untitled" file\ to "bootstrap.zip" and you should be good to go!') } else if (!window.URL && !window.webkitURL) { - $('.bs-docs-section, .bs-sidebar').css('display', 'none') + $('.bs-docs-section, .bs-docs-sidebar').css('display', 'none') showCallout('Looks like your current browser doesn\'t support the Bootstrap Customizer. Please take a second\ to upgrade to a more modern browser.', true) -- cgit v1.2.3