diff options
| author | Julian Thilo <[email protected]> | 2013-11-01 16:38:08 -0700 |
|---|---|---|
| committer | Julian Thilo <[email protected]> | 2013-11-01 16:38:08 -0700 |
| commit | 41fa8ead77ebb6a9f3cb4c4b2028ffab31487059 (patch) | |
| tree | 0f2ed9ca0f73ebbf5f86e0ba6aa268f0f3d986a7 | |
| parent | 99ffa2827874560dabfe532963b59f1e95b7a46a (diff) | |
| parent | 8ff7b48b7b700428c1fb55c648097c9aa364b461 (diff) | |
| download | bootstrap-41fa8ead77ebb6a9f3cb4c4b2028ffab31487059.tar.xz bootstrap-41fa8ead77ebb6a9f3cb4c4b2028ffab31487059.zip | |
Merge pull request #11331 from xt0rted/patch-1
Update 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 1b358b914..99ce39aee 100644 --- a/docs-assets/js/customizer.js +++ b/docs-assets/js/customizer.js @@ -7,7 +7,7 @@ window.onload = function () { // wait for load in a dumb way because B-0 - var cw = '/*!\n * Bootstrap v3.0.0\n *\n * Copyright 2013 Twitter, Inc\n * Licensed under the Apache License v2.0\n * http://www.apache.org/licenses/LICENSE-2.0\n *\n * Designed and built with all the love in the world @twitter by @mdo and @fat.\n */\n\n' + var cw = '/*!\n * Bootstrap v3.0.1\n *\n * Copyright 2013 Twitter, Inc\n * Licensed under the Apache License v2.0\n * http://www.apache.org/licenses/LICENSE-2.0\n *\n * Designed and built with all the love in the world @twitter by @mdo and @fat.\n */\n\n' function showError(msg, err) { $('<div id="bsCustomizerAlert" class="bs-customizer-alert">\ |
