/*!
 * Bootstrap Customizer (http://getbootstrap.com/customize/)
 * Copyright 2011-2014 Twitter, Inc.
 *
 * Licensed under the Creative Commons Attribution 3.0 Unported License. For
 * details, see http://creativecommons.org/licenses/by/3.0/.
 */
/* jshint multistr: true */
window.onload = function () { // wait for load in a dumb way because B-0
  var cw = '/*!\n' +
           ' * Bootstrap v3.1.0 (http://getbootstrap.com)\n' +
           ' * Copyright 2011-2014 Twitter, Inc.\n' +
           ' * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)\n' +
           ' */\n\n'
  function showError(msg, err) {
    $('
\
        
\
          
×\
          
' + msg + '
' +
          (err.extract ? '' : '') + '\
        
\
      
\
       
Attention!
\
      
' + msg + '
\
    
"untitled".\
                 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')
    showCallout('Looks like your current browser doesn\'t support the Bootstrap Customizer. Please take a second\
                 to  upgrade to a more modern browser.', true)
  }
  parseUrl()
}