diff options
| author | Chris Rebert <[email protected]> | 2014-02-12 11:02:37 -0800 |
|---|---|---|
| committer | Chris Rebert <[email protected]> | 2014-02-12 11:02:56 -0800 |
| commit | 40142bdc5197b69f26e4d8ea3e30cd4fcf0d7cdb (patch) | |
| tree | b2e9020430544d75997d3077e4b53d0df8da4752 /docs/assets/js/customizer.js | |
| parent | 5796b56d9665ed84b6c6635c7ceb7d68a068003c (diff) | |
| download | bootstrap-40142bdc5197b69f26e4d8ea3e30cd4fcf0d7cdb.tar.xz bootstrap-40142bdc5197b69f26e4d8ea3e30cd4fcf0d7cdb.zip | |
fix #12708 by updating class names in the docs JS
Diffstat (limited to 'docs/assets/js/customizer.js')
| -rw-r--r-- | docs/assets/js/customizer.js | 2 |
1 files changed, 1 insertions, 1 deletions
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 <code>"untitled"</code> file\ to <code>"bootstrap.zip"</code> 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 <a href="https://www.google.com/intl/en/chrome/browser/"> upgrade to a more modern browser</a>.', true) |
