diff options
| author | Chris Rebert <[email protected]> | 2013-11-06 13:16:40 -0800 |
|---|---|---|
| committer | Chris Rebert <[email protected]> | 2013-11-06 13:19:18 -0800 |
| commit | 3887f540b978d593f433bfef15888bc2d103de72 (patch) | |
| tree | 4335e1082e231e224d19d93c06c9d1107d6c7294 /docs-assets | |
| parent | eaff6bc49ae12dd1fd0e75b725a0ba659938b92c (diff) | |
| download | bootstrap-3887f540b978d593f433bfef15888bc2d103de72.tar.xz bootstrap-3887f540b978d593f433bfef15888bc2d103de72.zip | |
update remaining version numbersv3.0.2
Diffstat (limited to 'docs-assets')
| -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 87f0bb5a1..93555c809 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.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' + var cw = '/*!\n * Bootstrap v3.0.2\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">\ |
