1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-09-28 22:39:11 +02:00

fix #12708 by updating class names in the docs JS

This commit is contained in:
Chris Rebert
2014-02-12 11:02:37 -08:00
parent 5796b56d96
commit 40142bdc51
4 changed files with 6 additions and 6 deletions

View File

@@ -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)