]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
revert to 2.3.2 tag instead
authorMark Otto <otto@github.com>
Sat, 27 Jul 2013 06:12:54 +0000 (23:12 -0700)
committerMark Otto <otto@github.com>
Sat, 27 Jul 2013 06:12:54 +0000 (23:12 -0700)
41 files changed:
CHANGELOG.md
Makefile
README.md
bower.json
docs/assets/css/bootstrap-responsive.css
docs/assets/css/bootstrap.css
docs/assets/js/bootstrap-affix.js
docs/assets/js/bootstrap-alert.js
docs/assets/js/bootstrap-button.js
docs/assets/js/bootstrap-carousel.js
docs/assets/js/bootstrap-collapse.js
docs/assets/js/bootstrap-dropdown.js
docs/assets/js/bootstrap-modal.js
docs/assets/js/bootstrap-popover.js
docs/assets/js/bootstrap-scrollspy.js
docs/assets/js/bootstrap-tab.js
docs/assets/js/bootstrap-tooltip.js
docs/assets/js/bootstrap-transition.js
docs/assets/js/bootstrap-typeahead.js
docs/assets/js/bootstrap.js
docs/assets/js/bootstrap.min.js
docs/customize.html
docs/index.html
docs/templates/pages/customize.mustache
docs/templates/pages/index.mustache
js/bootstrap-affix.js
js/bootstrap-alert.js
js/bootstrap-button.js
js/bootstrap-carousel.js
js/bootstrap-collapse.js
js/bootstrap-dropdown.js
js/bootstrap-modal.js
js/bootstrap-popover.js
js/bootstrap-scrollspy.js
js/bootstrap-tab.js
js/bootstrap-tooltip.js
js/bootstrap-transition.js
js/bootstrap-typeahead.js
less/bootstrap.less
less/responsive.less
package.json

index f1415fa9e276da6f744a7863dc9b5f434281323a..9af95613504a7e0045a11bee7d766c14e9ded446 100644 (file)
@@ -1,9 +1,10 @@
-## 2.3.3 (July 26, 2013)
+## 2.3.2 re-release (July 26, 2013)
 
-Patch to update jQuery in Bower and bump Recess to 1.1.9
+Patch to update jQuery in Bower and bump Recess to 1.1.9.
 
 ## 2.3.2 (May 17, 2013)
-- Fix dropdown for firefox (middleclick) and mobile
+
+Fix dropdown for firefox (middleclick) and mobile.
 
 ## 2.3.1 (February 28, 2013)
 
index 1b25f7b32a3106930c0c20027d98ab93ba85ce88..9f511661764cf1da9a5549f4e62f528ebd81cf0b 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -28,7 +28,7 @@ build:
        @echo "Compiling documentation...                  ${CHECK} Done"
        @cat js/bootstrap-transition.js js/bootstrap-alert.js js/bootstrap-button.js js/bootstrap-carousel.js js/bootstrap-collapse.js js/bootstrap-dropdown.js js/bootstrap-modal.js js/bootstrap-tooltip.js js/bootstrap-popover.js js/bootstrap-scrollspy.js js/bootstrap-tab.js js/bootstrap-typeahead.js js/bootstrap-affix.js > docs/assets/js/bootstrap.js
        @./node_modules/.bin/uglifyjs -nc docs/assets/js/bootstrap.js > docs/assets/js/bootstrap.min.tmp.js
-       @echo "/**\n* Bootstrap.js v2.3.3 by @fat & @mdo\n* Copyright 2013 Twitter, Inc.\n* http://www.apache.org/licenses/LICENSE-2.0.txt\n*/" > docs/assets/js/copyright.js
+       @echo "/**\n* Bootstrap.js v2.3.2 by @fat & @mdo\n* Copyright 2013 Twitter, Inc.\n* http://www.apache.org/licenses/LICENSE-2.0.txt\n*/" > docs/assets/js/copyright.js
        @cat docs/assets/js/copyright.js docs/assets/js/bootstrap.min.tmp.js > docs/assets/js/bootstrap.min.js
        @rm docs/assets/js/copyright.js docs/assets/js/bootstrap.min.tmp.js
        @echo "Compiling and minifying javascript...       ${CHECK} Done"
index 28c9a48c47aa774c66f14d56717d68186ec5be9f..884432d83e8f73f19af61136d850dd430c18b231 100644 (file)
--- a/README.md
+++ b/README.md
@@ -1,4 +1,4 @@
-# [Bootstrap v2.3.3](http://twbs.github.com/bootstrap) [![Build Status](https://secure.travis-ci.org/twbs/bootstrap.png)](http://travis-ci.org/twbs/bootstrap)
+# [Bootstrap v2.3.2](http://twbs.github.com/bootstrap) [![Build Status](https://secure.travis-ci.org/twbs/bootstrap.png)](http://travis-ci.org/twbs/bootstrap)
 
 Bootstrap is a sleek, intuitive, and powerful front-end framework for faster and easier web development, created and maintained by [Mark Otto](http://twitter.com/mdo) and [Jacob Thornton](http://twitter.com/fat).
 
index 328268a7f5202f2a77940586a27135d22de537bd..1fea879908147e0d084f65f134b87af452185c95 100644 (file)
@@ -1,6 +1,6 @@
 {
   "name": "bootstrap",
-  "version": "2.3.3",
+  "version": "2.3.2",
   "main": ["./docs/assets/js/bootstrap.js", "./docs/assets/css/bootstrap.css"],
   "dependencies": {
     "jquery": ">=1.8.0 <2.1.0"
index 9e862b46e247b1d21e5c168f2dfec408552cdda9..09e88ce3fecc2812ad729e156975e2e53f8aea22 100644 (file)
@@ -1,5 +1,5 @@
 /*!
- * Bootstrap Responsive v2.3.3
+ * Bootstrap Responsive v2.3.2
  *
  * Copyright 2012 Twitter, Inc
  * Licensed under the Apache License v2.0
index 50440e93c4c9041f5e2d4029014b47e8aa9770fb..b725064aab21e434d29209d259d3892478aa9536 100644 (file)
@@ -1,5 +1,5 @@
 /*!
- * Bootstrap v2.3.3
+ * Bootstrap v2.3.2
  *
  * Copyright 2012 Twitter, Inc
  * Licensed under the Apache License v2.0
index ff6d29c98eb298fc1c24adb786db46a91da32125..46cb2fcb88933b939389db3c64a56521ebe0eaa6 100644 (file)
@@ -1,5 +1,5 @@
 /* ==========================================================
- * bootstrap-affix.js v2.3.3
+ * bootstrap-affix.js v2.3.2
  * http://twbs.github.com/bootstrap/javascript.html#affix
  * ==========================================================
  * Copyright 2012 Twitter, Inc.
index a7eafc7b2a245441f4d0a53a649bb77d0cb1aae2..4f560def4d7cc0735722038567d348042ac411cd 100644 (file)
@@ -1,5 +1,5 @@
 /* ==========================================================
- * bootstrap-alert.js v2.3.3
+ * bootstrap-alert.js v2.3.2
  * http://twbs.github.com/bootstrap/javascript.html#alerts
  * ==========================================================
  * Copyright 2012 Twitter, Inc.
index 421fdbaf746623130c54aea1730aec826487bb60..f8b52eb419cf15c87742d38577686d043703c71c 100644 (file)
@@ -1,5 +1,5 @@
 /* ============================================================
- * bootstrap-button.js v2.3.3
+ * bootstrap-button.js v2.3.2
  * http://twbs.github.com/bootstrap/javascript.html#buttons
  * ============================================================
  * Copyright 2012 Twitter, Inc.
index d179f480eade1b6a6e023471beeea4d8f6a58d84..300b86ed222b39f0c5c5bc7cfeab6b11e859b606 100644 (file)
@@ -1,5 +1,5 @@
 /* ==========================================================
- * bootstrap-carousel.js v2.3.3
+ * bootstrap-carousel.js v2.3.2
  * http://twbs.github.com/bootstrap/javascript.html#carousel
  * ==========================================================
  * Copyright 2012 Twitter, Inc.
index f7d0bc801db643db99d7cb498d96d6300dc68dc5..1b68044417e501848071ba26ec3fe785ac6c864f 100644 (file)
@@ -1,5 +1,5 @@
 /* =============================================================
- * bootstrap-collapse.js v2.3.3
+ * bootstrap-collapse.js v2.3.2
  * http://twbs.github.com/bootstrap/javascript.html#collapse
  * =============================================================
  * Copyright 2012 Twitter, Inc.
index cc491e1ffe3e131c51cd18366389f56701b7e528..f5e3e31f240d3168f79fa8b0a1d992d4907f4a45 100644 (file)
@@ -1,5 +1,5 @@
 /* ============================================================
- * bootstrap-dropdown.js v2.3.3
+ * bootstrap-dropdown.js v2.3.2
  * http://twbs.github.com/bootstrap/javascript.html#dropdowns
  * ============================================================
  * Copyright 2012 Twitter, Inc.
index 6a1183a55feb9af0182eb8648f4e36252de4738c..1ad9a1640eb9514c4e0622af33cc09863cd6a94e 100644 (file)
@@ -1,5 +1,5 @@
 /* =========================================================
- * bootstrap-modal.js v2.3.3
+ * bootstrap-modal.js v2.3.2
  * http://twbs.github.com/bootstrap/javascript.html#modals
  * =========================================================
  * Copyright 2012 Twitter, Inc.
index 47eef7eb4aed015bbda719e905b5364cd97db9e0..7d0e277474b88b0f8ae89a5104cf1e2b4bb3f634 100644 (file)
@@ -1,5 +1,5 @@
 /* ===========================================================
- * bootstrap-popover.js v2.3.3
+ * bootstrap-popover.js v2.3.2
  * http://twbs.github.com/bootstrap/javascript.html#popovers
  * ===========================================================
  * Copyright 2012 Twitter, Inc.
index d48de9f7d9357ebd69f8544e836d72c552e45d81..aae25aca940511a908b945186b0455e9c209e9db 100644 (file)
@@ -1,5 +1,5 @@
 /* =============================================================
- * bootstrap-scrollspy.js v2.3.3
+ * bootstrap-scrollspy.js v2.3.2
  * http://twbs.github.com/bootstrap/javascript.html#scrollspy
  * =============================================================
  * Copyright 2012 Twitter, Inc.
index 749ff3e2dc66cd9a87074d3cf4df88488f44492c..bb3fc439ef0e8f5f616954ea57005f2e78db00ab 100644 (file)
@@ -1,5 +1,5 @@
 /* ========================================================
- * bootstrap-tab.js v2.3.3
+ * bootstrap-tab.js v2.3.2
  * http://twbs.github.com/bootstrap/javascript.html#tabs
  * ========================================================
  * Copyright 2012 Twitter, Inc.
index b5968dd593f0e83e8b774067d7f3596aea70a9f3..dbbf7d27f896c6ce906fa4d22657085cab72f207 100644 (file)
@@ -1,5 +1,5 @@
 /* ===========================================================
- * bootstrap-tooltip.js v2.3.3
+ * bootstrap-tooltip.js v2.3.2
  * http://twbs.github.com/bootstrap/javascript.html#tooltips
  * Inspired by the original jQuery.tipsy by Jason Frame
  * ===========================================================
index 4376133dcde2292b0122cbac9bd3a3fcf8df6dd9..bf89aac8c3618d34cd7cadb1063f26750c40a4fb 100644 (file)
@@ -1,5 +1,5 @@
 /* ===================================================
- * bootstrap-transition.js v2.3.3
+ * bootstrap-transition.js v2.3.2
  * http://twbs.github.com/bootstrap/javascript.html#transitions
  * ===================================================
  * Copyright 2012 Twitter, Inc.
index d3f5ee396bc169649bde98e2fce02365aa6680dd..d45e6ed57e82739bfa02c32e81d32fa4d8279af2 100644 (file)
@@ -1,5 +1,5 @@
 /* =============================================================
- * bootstrap-typeahead.js v2.3.3
+ * bootstrap-typeahead.js v2.3.2
  * http://twbs.github.com/bootstrap/javascript.html#typeahead
  * =============================================================
  * Copyright 2012 Twitter, Inc.
index 31156f67deb76d759f60ef5dedf2e23b0d0ec584..5d35ba81776c49f7d42b6fd1e533b9ace008bbd6 100644 (file)
@@ -1,5 +1,5 @@
 /* ===================================================
- * bootstrap-transition.js v2.3.3
+ * bootstrap-transition.js v2.3.2
  * http://twbs.github.com/bootstrap/javascript.html#transitions
  * ===================================================
  * Copyright 2012 Twitter, Inc.
@@ -58,7 +58,7 @@
   })
 
 }(window.jQuery);/* ==========================================================
- * bootstrap-alert.js v2.3.3
+ * bootstrap-alert.js v2.3.2
  * http://twbs.github.com/bootstrap/javascript.html#alerts
  * ==========================================================
  * Copyright 2012 Twitter, Inc.
   $(document).on('click.alert.data-api', dismiss, Alert.prototype.close)
 
 }(window.jQuery);/* ============================================================
- * bootstrap-button.js v2.3.3
+ * bootstrap-button.js v2.3.2
  * http://twbs.github.com/bootstrap/javascript.html#buttons
  * ============================================================
  * Copyright 2012 Twitter, Inc.
   })
 
 }(window.jQuery);/* ==========================================================
- * bootstrap-carousel.js v2.3.3
+ * bootstrap-carousel.js v2.3.2
  * http://twbs.github.com/bootstrap/javascript.html#carousel
  * ==========================================================
  * Copyright 2012 Twitter, Inc.
   })
 
 }(window.jQuery);/* =============================================================
- * bootstrap-collapse.js v2.3.3
+ * bootstrap-collapse.js v2.3.2
  * http://twbs.github.com/bootstrap/javascript.html#collapse
  * =============================================================
  * Copyright 2012 Twitter, Inc.
   })
 
 }(window.jQuery);/* ============================================================
- * bootstrap-dropdown.js v2.3.3
+ * bootstrap-dropdown.js v2.3.2
  * http://twbs.github.com/bootstrap/javascript.html#dropdowns
  * ============================================================
  * Copyright 2012 Twitter, Inc.
 
 }(window.jQuery);
 /* =========================================================
- * bootstrap-modal.js v2.3.3
+ * bootstrap-modal.js v2.3.2
  * http://twbs.github.com/bootstrap/javascript.html#modals
  * =========================================================
  * Copyright 2012 Twitter, Inc.
 
 }(window.jQuery);
 /* ===========================================================
- * bootstrap-tooltip.js v2.3.3
+ * bootstrap-tooltip.js v2.3.2
  * http://twbs.github.com/bootstrap/javascript.html#tooltips
  * Inspired by the original jQuery.tipsy by Jason Frame
  * ===========================================================
 
 }(window.jQuery);
 /* ===========================================================
- * bootstrap-popover.js v2.3.3
+ * bootstrap-popover.js v2.3.2
  * http://twbs.github.com/bootstrap/javascript.html#popovers
  * ===========================================================
  * Copyright 2012 Twitter, Inc.
 
 }(window.jQuery);
 /* =============================================================
- * bootstrap-scrollspy.js v2.3.3
+ * bootstrap-scrollspy.js v2.3.2
  * http://twbs.github.com/bootstrap/javascript.html#scrollspy
  * =============================================================
  * Copyright 2012 Twitter, Inc.
   })
 
 }(window.jQuery);/* ========================================================
- * bootstrap-tab.js v2.3.3
+ * bootstrap-tab.js v2.3.2
  * http://twbs.github.com/bootstrap/javascript.html#tabs
  * ========================================================
  * Copyright 2012 Twitter, Inc.
   })
 
 }(window.jQuery);/* =============================================================
- * bootstrap-typeahead.js v2.3.3
+ * bootstrap-typeahead.js v2.3.2
  * http://twbs.github.com/bootstrap/javascript.html#typeahead
  * =============================================================
  * Copyright 2012 Twitter, Inc.
 
 }(window.jQuery);
 /* ==========================================================
- * bootstrap-affix.js v2.3.3
+ * bootstrap-affix.js v2.3.2
  * http://twbs.github.com/bootstrap/javascript.html#affix
  * ==========================================================
  * Copyright 2012 Twitter, Inc.
index 0dae42fba3a1be7b46a207f8f0ea76e66ff0449b..af4eef7969e2f6d47893c532a033a01c3b46b0cf 100644 (file)
@@ -1,5 +1,5 @@
 /**
-* Bootstrap.js v2.3.3 by @fat & @mdo
+* Bootstrap.js v2.3.2 by @fat & @mdo
 * Copyright 2012 Twitter, Inc.
 * http://www.apache.org/licenses/LICENSE-2.0.txt
 */
index 8f769a9cc81a80e64958c0d1382f67008f0adaec..79b02c0c5f8c5c252ded45073cb5521920771523 100644 (file)
@@ -84,7 +84,7 @@
 <header class="jumbotron subhead" id="overview">
   <div class="container">
     <h1>Customize and download</h1>
-    <p class="lead"><a href="https://github.com/twitter/bootstrap/archive/v2.3.3.zip">Download Bootstrap</a> or customize variables, components, JavaScript plugins, and more.</p>
+    <p class="lead"><a href="https://github.com/twitter/bootstrap/archive/v2.3.2.zip">Download Bootstrap</a> or customize variables, components, JavaScript plugins, and more.</p>
   </div>
 </header>
 
index 9ef774a03ff8a37f1cb8293b5ab4e2f3bbb2b151..11564566f106719e5fa424adee3773613c9631b3 100644 (file)
@@ -84,7 +84,7 @@
     <h1>Bootstrap</h1>
     <p>Sleek, intuitive, and powerful front-end framework for faster and easier web development.</p>
     <p>
-      <a href="assets/bootstrap.zip" class="btn btn-primary btn-large" onclick="_gaq.push(['_trackEvent', 'Jumbotron actions', 'Download', 'Download 2.3.3']);">Download Bootstrap</a>
+      <a href="assets/bootstrap.zip" class="btn btn-primary btn-large" onclick="_gaq.push(['_trackEvent', 'Jumbotron actions', 'Download', 'Download 2.3.2']);">Download Bootstrap</a>
     </p>
     <ul class="masthead-links">
       <li>
@@ -97,7 +97,7 @@
         <a href="./extend.html" onclick="_gaq.push(['_trackEvent', 'Jumbotron actions', 'Jumbotron links', 'Extend']);">Extend</a>
       </li>
       <li>
-        Version 2.3.3
+        Version 2.3.2
       </li>
     </ul>
   </div>
index 90c7537fc2498cc9fc6309505e9acfef1092147a..213b5dbc94ab3a188a30ba59d10d7d9ed95c4e6d 100644 (file)
@@ -3,7 +3,7 @@
 <header class="jumbotron subhead" id="overview">
   <div class="container">
     <h1>{{_i}}Customize and download{{/i}}</h1>
-    <p class="lead">{{_i}}<a href="https://github.com/twbs/bootstrap/archive/v2.3.3.zip">Download Bootstrap</a> or customize variables, components, JavaScript plugins, and more.{{/i}}</p>
+    <p class="lead">{{_i}}<a href="https://github.com/twbs/bootstrap/archive/v2.3.2.zip">Download Bootstrap</a> or customize variables, components, JavaScript plugins, and more.{{/i}}</p>
   </div>
 </header>
 
index 35f1b4e8ea51d5c776446a49d8bd294920df6b66..4fb7f1cb05d87a73051d1cc174a7a207f9b81c64 100644 (file)
@@ -3,7 +3,7 @@
     <h1>{{_i}}Bootstrap{{/i}}</h1>
     <p>{{_i}}Sleek, intuitive, and powerful front-end framework for faster and easier web development.{{/i}}</p>
     <p>
-      <a href="https://github.com/twbs/bootstrap/archive/v2.3.3.zip" class="btn btn-primary btn-large" {{#production}}onclick="_gaq.push(['_trackEvent', 'Jumbotron actions', 'Download', 'Download 2.3.3']);"{{/production}}>{{_i}}Download Bootstrap{{/i}}</a>
+      <a href="https://github.com/twbs/bootstrap/archive/v2.3.2.zip" class="btn btn-primary btn-large" {{#production}}onclick="_gaq.push(['_trackEvent', 'Jumbotron actions', 'Download', 'Download 2.3.2']);"{{/production}}>{{_i}}Download Bootstrap{{/i}}</a>
     </p>
     <ul class="masthead-links">
       <li>
@@ -16,7 +16,7 @@
         <a href="./extend.html" {{#production}}onclick="_gaq.push(['_trackEvent', 'Jumbotron actions', 'Jumbotron links', 'Extend']);"{{/production}}>{{_i}}Extend{{/i}}</a>
       </li>
       <li>
-        {{_i}}Version 2.3.3{{/i}}
+        {{_i}}Version 2.3.2{{/i}}
       </li>
     </ul>
   </div>
index 51c04bd205d23ac5240ee4455cb7b491e2d6a80a..c1059a83ec46ce77e9dc10c35356a92a00360591 100644 (file)
@@ -1,6 +1,6 @@
 /* ==========================================================
- * bootstrap-affix.js v2.3.3
- * http://getbootstrap.com/2.3.3/javascript.html#affix
+ * bootstrap-affix.js v2.3.2
+ * http://getbootstrap.com/2.3.2/javascript.html#affix
  * ==========================================================
  * Copyright 2013 Twitter, Inc.
  *
index 4d7ce8b3ec1c17614c6f6451fc9d376d3290d8ec..9577e62de709377093c57d1f636312bccae9e9c5 100644 (file)
@@ -1,6 +1,6 @@
 /* ==========================================================
- * bootstrap-alert.js v2.3.3
- * http://getbootstrap.com/2.3.3/javascript.html#alerts
+ * bootstrap-alert.js v2.3.2
+ * http://getbootstrap.com/2.3.2/javascript.html#alerts
  * ==========================================================
  * Copyright 2013 Twitter, Inc.
  *
index 40e294cb43b973e467eb6469299adcb88dc570a2..4b2a90ab80b209075149acf62b58bdf5faa9af61 100644 (file)
@@ -1,6 +1,6 @@
 /* ============================================================
- * bootstrap-button.js v2.3.3
- * http://getbootstrap.com/2.3.3/javascript.html#buttons
+ * bootstrap-button.js v2.3.2
+ * http://getbootstrap.com/2.3.2/javascript.html#buttons
  * ============================================================
  * Copyright 2013 Twitter, Inc.
  *
index 92ee6acef9f883266eb2b1eac6674fb916ab2385..c1e8ade8bf93296172ee11de25cb2a423daec75b 100644 (file)
@@ -1,6 +1,6 @@
 /* ==========================================================
- * bootstrap-carousel.js v2.3.3
- * http://getbootstrap.com/2.3.3/javascript.html#carousel
+ * bootstrap-carousel.js v2.3.2
+ * http://getbootstrap.com/2.3.2/javascript.html#carousel
  * ==========================================================
  * Copyright 2013 Twitter, Inc.
  *
index d58fb9c4eae1770fb7b0014e45b81d62b1b84a97..ae3e4c63fb45c8130a341545a23cd4a0f268767a 100644 (file)
@@ -1,6 +1,6 @@
 /* =============================================================
- * bootstrap-collapse.js v2.3.3
- * http://getbootstrap.com/2.3.3/javascript.html#collapse
+ * bootstrap-collapse.js v2.3.2
+ * http://getbootstrap.com/2.3.2/javascript.html#collapse
  * =============================================================
  * Copyright 2013 Twitter, Inc.
  *
index 4e5bb777c1cf0fd90b54e8c68d343b704e7066a9..d04da5d7bb70e9903109317d55ca486df05abb38 100644 (file)
@@ -1,6 +1,6 @@
 /* ============================================================
- * bootstrap-dropdown.js v2.3.3
- * http://getbootstrap.com/2.3.3/javascript.html#dropdowns
+ * bootstrap-dropdown.js v2.3.2
+ * http://getbootstrap.com/2.3.2/javascript.html#dropdowns
  * ============================================================
  * Copyright 2013 Twitter, Inc.
  *
index 21d02127d369ff0570804f62c87821718e0c4d8a..fb0b0db83cb86ed8e238a745614da963e6cf824d 100644 (file)
@@ -1,6 +1,6 @@
 /* =========================================================
- * bootstrap-modal.js v2.3.3
- * http://getbootstrap.com/2.3.3/javascript.html#modals
+ * bootstrap-modal.js v2.3.2
+ * http://getbootstrap.com/2.3.2/javascript.html#modals
  * =========================================================
  * Copyright 2013 Twitter, Inc.
  *
index c532df6a9b1d524c3a777cd825e7303e5584a264..2b323b49df163c7f9ffa215d2db233a0038e684e 100644 (file)
@@ -1,6 +1,6 @@
 /* ===========================================================
- * bootstrap-popover.js v2.3.3
- * http://getbootstrap.com/2.3.3/javascript.html#popovers
+ * bootstrap-popover.js v2.3.2
+ * http://getbootstrap.com/2.3.2/javascript.html#popovers
  * ===========================================================
  * Copyright 2013 Twitter, Inc.
  *
index 45e2cd10765e3159260ceace93ba2c16f65d1637..3ce54611888d3a269a7356f9ba05f5a08936f32d 100644 (file)
@@ -1,6 +1,6 @@
 /* =============================================================
- * bootstrap-scrollspy.js v2.3.3
- * http://getbootstrap.com/2.3.3/javascript.html#scrollspy
+ * bootstrap-scrollspy.js v2.3.2
+ * http://getbootstrap.com/2.3.2/javascript.html#scrollspy
  * =============================================================
  * Copyright 2013 Twitter, Inc.
  *
index ef5f91484fc56900504ce0f61f907b2ab5aa4cfe..3a132c095944085ebde7db9b786ab69cbbf230f2 100644 (file)
@@ -1,6 +1,6 @@
 /* ========================================================
- * bootstrap-tab.js v2.3.3
- * http://getbootstrap.com/2.3.3/javascript.html#tabs
+ * bootstrap-tab.js v2.3.2
+ * http://getbootstrap.com/2.3.2/javascript.html#tabs
  * ========================================================
  * Copyright 2013 Twitter, Inc.
  *
index b29892c7067d6533a979423b5145e566da5fa014..acd6096e6743e36c358f95c8e2462aa5ae80495b 100644 (file)
@@ -1,6 +1,6 @@
 /* ===========================================================
- * bootstrap-tooltip.js v2.3.3
- * http://getbootstrap.com/2.3.3/javascript.html#tooltips
+ * bootstrap-tooltip.js v2.3.2
+ * http://getbootstrap.com/2.3.2/javascript.html#tooltips
  * Inspired by the original jQuery.tipsy by Jason Frame
  * ===========================================================
  * Copyright 2013 Twitter, Inc.
index c960ece8e0d97d52d8e8f73dd9608ea77ee54d23..c4fd401f04857f231f834c4419df44876b26b8fc 100644 (file)
@@ -1,6 +1,6 @@
 /* ===================================================
- * bootstrap-transition.js v2.3.3
- * http://getbootstrap.com/2.3.3/javascript.html#transitions
+ * bootstrap-transition.js v2.3.2
+ * http://getbootstrap.com/2.3.2/javascript.html#transitions
  * ===================================================
  * Copyright 2013 Twitter, Inc.
  *
index e7b7ed4e68cfef077965a3b623b8a24d2835d554..9cc84d8e3d27d158334e4f5fcbcb0406fce9a8dd 100644 (file)
@@ -1,6 +1,6 @@
 /* =============================================================
- * bootstrap-typeahead.js v2.3.3
- * http://getbootstrap.com/2.3.3/javascript.html#typeahead
+ * bootstrap-typeahead.js v2.3.2
+ * http://getbootstrap.com/2.3.2/javascript.html#typeahead
  * =============================================================
  * Copyright 2013 Twitter, Inc.
  *
index b2b674f664548433106560eca9f3e75927b3b200..3eabae1440e0cc56b1783b91ca9f2d993b4cad5c 100644 (file)
@@ -1,5 +1,5 @@
 /*!
- * Bootstrap v2.3.3
+ * Bootstrap v2.3.2
  *
  * Copyright 2013 Twitter, Inc
  * Licensed under the Apache License v2.0
index 4e766095d8a76e470a9e1f194004a6dc84bd4c36..3d4c58cabdbfda633235a392c31649b7b651b8e1 100644 (file)
@@ -1,5 +1,5 @@
 /*!
- * Bootstrap Responsive v2.3.3
+ * Bootstrap Responsive v2.3.2
  *
  * Copyright 2013 Twitter, Inc
  * Licensed under the Apache License v2.0
index 499d37ce8f7f24fe8ce8163a90d22d59bb4278d8..ff560b1a27cb456ddbc34d313ea6c91260219052 100644 (file)
@@ -1,7 +1,7 @@
 {
     "name": "bootstrap"
   , "description": "Sleek, intuitive, and powerful front-end framework for faster and easier web development."
-  , "version": "2.3.3"
+  , "version": "2.3.2"
   , "keywords": ["bootstrap", "css"]
   , "homepage": "http://twbs.github.com/bootstrap/"
   , "author": "Twitter Inc."