Skip to content

Commit d9b502d

Browse files
committed
missed a few 2.3.1's
1 parent c9789f7 commit d9b502d

12 files changed

+217
-14
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
## 2.3.2 (May 17, 2013)
2+
- Fix dropdown for firefox (middleclick) and mobile
3+
14
## 2.3.1 (February 28, 2013)
25

36
Patch release for @fat's n00bery

component.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "bootstrap",
3-
"version": "2.3.1",
3+
"version": "2.3.2",
44
"main": ["./docs/assets/js/bootstrap.js", "./docs/assets/css/bootstrap.css"],
55
"dependencies": {
66
"jquery": "~1.8.0"

docs/base-css.html

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,16 @@
2525
<link rel="apple-touch-icon-precomposed" href="assets/ico/apple-touch-icon-57-precomposed.png">
2626
<link rel="shortcut icon" href="assets/ico/favicon.png">
2727

28+
<script type="text/javascript">
29+
var _gaq = _gaq || [];
30+
_gaq.push(['_setAccount', 'UA-146052-10']);
31+
_gaq.push(['_trackPageview']);
32+
(function() {
33+
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
34+
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
35+
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
36+
})();
37+
</script>
2838
</head>
2939

3040
<body data-spy="scroll" data-target=".bs-docs-sidebar">
@@ -2210,6 +2220,21 @@ <h4>Form fields</h4>
22102220
<script src="assets/js/application.js"></script>
22112221

22122222

2223+
<!-- Analytics
2224+
================================================== -->
2225+
<script>
2226+
var _gauges = _gauges || [];
2227+
(function() {
2228+
var t = document.createElement('script');
2229+
t.type = 'text/javascript';
2230+
t.async = true;
2231+
t.id = 'gauges-tracker';
2232+
t.setAttribute('data-site-id', '4f0dc9fef5a1f55508000013');
2233+
t.src = '//secure.gaug.es/track.js';
2234+
var s = document.getElementsByTagName('script')[0];
2235+
s.parentNode.insertBefore(t, s);
2236+
})();
2237+
</script>
22132238

22142239
</body>
22152240
</html>

docs/components.html

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,16 @@
2525
<link rel="apple-touch-icon-precomposed" href="assets/ico/apple-touch-icon-57-precomposed.png">
2626
<link rel="shortcut icon" href="assets/ico/favicon.png">
2727

28+
<script type="text/javascript">
29+
var _gaq = _gaq || [];
30+
_gaq.push(['_setAccount', 'UA-146052-10']);
31+
_gaq.push(['_trackPageview']);
32+
(function() {
33+
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
34+
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
35+
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
36+
})();
37+
</script>
2838
</head>
2939

3040
<body data-spy="scroll" data-target=".bs-docs-sidebar">
@@ -2621,6 +2631,21 @@ <h4>.clearfix</h4>
26212631
<script src="assets/js/application.js"></script>
26222632

26232633

2634+
<!-- Analytics
2635+
================================================== -->
2636+
<script>
2637+
var _gauges = _gauges || [];
2638+
(function() {
2639+
var t = document.createElement('script');
2640+
t.type = 'text/javascript';
2641+
t.async = true;
2642+
t.id = 'gauges-tracker';
2643+
t.setAttribute('data-site-id', '4f0dc9fef5a1f55508000013');
2644+
t.src = '//secure.gaug.es/track.js';
2645+
var s = document.getElementsByTagName('script')[0];
2646+
s.parentNode.insertBefore(t, s);
2647+
})();
2648+
</script>
26242649

26252650
</body>
26262651
</html>

docs/customize.html

Lines changed: 26 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,16 @@
2525
<link rel="apple-touch-icon-precomposed" href="assets/ico/apple-touch-icon-57-precomposed.png">
2626
<link rel="shortcut icon" href="assets/ico/favicon.png">
2727

28+
<script type="text/javascript">
29+
var _gaq = _gaq || [];
30+
_gaq.push(['_setAccount', 'UA-146052-10']);
31+
_gaq.push(['_trackPageview']);
32+
(function() {
33+
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
34+
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
35+
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
36+
})();
37+
</script>
2838
</head>
2939

3040
<body data-spy="scroll" data-target=".bs-docs-sidebar">
@@ -449,7 +459,7 @@ <h1>
449459
</h1>
450460
</div>
451461
<div class="download-btn">
452-
<a class="btn btn-primary" href="#" >Customize and Download</a>
462+
<a class="btn btn-primary" href="#" onclick="_gaq.push(['_trackEvent', 'Customize', 'Download', 'Customize and Download']);">Customize and Download</a>
453463
<h4>What's included?</h4>
454464
<p>Downloads include compiled CSS, compiled and minified CSS, and compiled jQuery plugins, all nicely packed up into a zipball for your convenience.</p>
455465
</div>
@@ -509,6 +519,21 @@ <h4>What's included?</h4>
509519
<script src="assets/js/application.js"></script>
510520

511521

522+
<!-- Analytics
523+
================================================== -->
524+
<script>
525+
var _gauges = _gauges || [];
526+
(function() {
527+
var t = document.createElement('script');
528+
t.type = 'text/javascript';
529+
t.async = true;
530+
t.id = 'gauges-tracker';
531+
t.setAttribute('data-site-id', '4f0dc9fef5a1f55508000013');
532+
t.src = '//secure.gaug.es/track.js';
533+
var s = document.getElementsByTagName('script')[0];
534+
s.parentNode.insertBefore(t, s);
535+
})();
536+
</script>
512537

513538
</body>
514539
</html>

docs/extend.html

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,16 @@
2525
<link rel="apple-touch-icon-precomposed" href="assets/ico/apple-touch-icon-57-precomposed.png">
2626
<link rel="shortcut icon" href="assets/ico/favicon.png">
2727

28+
<script type="text/javascript">
29+
var _gaq = _gaq || [];
30+
_gaq.push(['_setAccount', 'UA-146052-10']);
31+
_gaq.push(['_trackPageview']);
32+
(function() {
33+
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
34+
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
35+
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
36+
})();
37+
</script>
2838
</head>
2939

3040
<body data-spy="scroll" data-target=".bs-docs-sidebar">
@@ -277,6 +287,21 @@ <h3>Layer on custom code</h3>
277287
<script src="assets/js/application.js"></script>
278288

279289

290+
<!-- Analytics
291+
================================================== -->
292+
<script>
293+
var _gauges = _gauges || [];
294+
(function() {
295+
var t = document.createElement('script');
296+
t.type = 'text/javascript';
297+
t.async = true;
298+
t.id = 'gauges-tracker';
299+
t.setAttribute('data-site-id', '4f0dc9fef5a1f55508000013');
300+
t.src = '//secure.gaug.es/track.js';
301+
var s = document.getElementsByTagName('script')[0];
302+
s.parentNode.insertBefore(t, s);
303+
})();
304+
</script>
280305

281306
</body>
282307
</html>

docs/getting-started.html

Lines changed: 29 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,16 @@
2525
<link rel="apple-touch-icon-precomposed" href="assets/ico/apple-touch-icon-57-precomposed.png">
2626
<link rel="shortcut icon" href="assets/ico/favicon.png">
2727

28+
<script type="text/javascript">
29+
var _gaq = _gaq || [];
30+
_gaq.push(['_setAccount', 'UA-146052-10']);
31+
_gaq.push(['_trackPageview']);
32+
(function() {
33+
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
34+
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
35+
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
36+
})();
37+
</script>
2838
</head>
2939

3040
<body data-spy="scroll" data-target=".bs-docs-sidebar">
@@ -110,12 +120,12 @@ <h1>1. Download</h1>
110120
<div class="span6">
111121
<h2>Download compiled</h2>
112122
<p><strong>Fastest way to get started:</strong> get the compiled and minified versions of our CSS, JS, and images. No docs or original source files.</p>
113-
<p><a class="btn btn-large btn-primary" href="assets/bootstrap.zip" >Download Bootstrap</a></p>
123+
<p><a class="btn btn-large btn-primary" href="assets/bootstrap.zip" onclick="_gaq.push(['_trackEvent', 'Getting started', 'Download', 'Download compiled']);">Download Bootstrap</a></p>
114124
</div>
115125
<div class="span6">
116126
<h2>Download source</h2>
117127
<p>Get the original files for all CSS and JavaScript, along with a local copy of the docs by downloading the latest version directly from GitHub.</p>
118-
<p><a class="btn btn-large" href="https://github.com/twitter/bootstrap/zipball/master" >Download Bootstrap source</a></p>
128+
<p><a class="btn btn-large" href="https://github.com/twitter/bootstrap/zipball/master" onclick="_gaq.push(['_trackEvent', 'Getting started', 'Download', 'Download source']);">Download Bootstrap source</a></p>
119129
</div>
120130
</div>
121131
</section>
@@ -314,8 +324,8 @@ <h4>Carousel jumbotron</h4>
314324
<h1>What next?</h1>
315325
</div>
316326
<p class="lead">Head to the docs for information, examples, and code snippets, or take the next leap and customize Bootstrap for any upcoming project.</p>
317-
<a class="btn btn-large btn-primary" href="./scaffolding.html" >Visit the Bootstrap docs</a>
318-
<a class="btn btn-large" href="./customize.html" style="margin-left: 5px;" >Customize Bootstrap</a>
327+
<a class="btn btn-large btn-primary" href="./scaffolding.html" onclick="_gaq.push(['_trackEvent', 'Getting started', 'Next steps', 'Visit docs']);">Visit the Bootstrap docs</a>
328+
<a class="btn btn-large" href="./customize.html" style="margin-left: 5px;" onclick="_gaq.push(['_trackEvent', 'Getting started', 'Next steps', 'Customize']);">Customize Bootstrap</a>
319329
</section>
320330

321331

@@ -372,6 +382,21 @@ <h1>What next?</h1>
372382
<script src="assets/js/application.js"></script>
373383

374384

385+
<!-- Analytics
386+
================================================== -->
387+
<script>
388+
var _gauges = _gauges || [];
389+
(function() {
390+
var t = document.createElement('script');
391+
t.type = 'text/javascript';
392+
t.async = true;
393+
t.id = 'gauges-tracker';
394+
t.setAttribute('data-site-id', '4f0dc9fef5a1f55508000013');
395+
t.src = '//secure.gaug.es/track.js';
396+
var s = document.getElementsByTagName('script')[0];
397+
s.parentNode.insertBefore(t, s);
398+
})();
399+
</script>
375400

376401
</body>
377402
</html>

docs/index.html

Lines changed: 30 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,16 @@
2525
<link rel="apple-touch-icon-precomposed" href="assets/ico/apple-touch-icon-57-precomposed.png">
2626
<link rel="shortcut icon" href="assets/ico/favicon.png">
2727

28+
<script type="text/javascript">
29+
var _gaq = _gaq || [];
30+
_gaq.push(['_setAccount', 'UA-146052-10']);
31+
_gaq.push(['_trackPageview']);
32+
(function() {
33+
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
34+
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
35+
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
36+
})();
37+
</script>
2838
</head>
2939

3040
<body data-spy="scroll" data-target=".bs-docs-sidebar">
@@ -74,20 +84,20 @@
7484
<h1>Bootstrap</h1>
7585
<p>Sleek, intuitive, and powerful front-end framework for faster and easier web development.</p>
7686
<p>
77-
<a href="assets/bootstrap.zip" class="btn btn-primary btn-large" >Download Bootstrap</a>
87+
<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>
7888
</p>
7989
<ul class="masthead-links">
8090
<li>
81-
<a href="http://github.com/twitter/bootstrap" >GitHub project</a>
91+
<a href="http://github.com/twitter/bootstrap" onclick="_gaq.push(['_trackEvent', 'Jumbotron actions', 'Jumbotron links', 'GitHub project']);">GitHub project</a>
8292
</li>
8393
<li>
84-
<a href="./getting-started.html#examples" >Examples</a>
94+
<a href="./getting-started.html#examples" onclick="_gaq.push(['_trackEvent', 'Jumbotron actions', 'Jumbotron links', 'Examples']);">Examples</a>
8595
</li>
8696
<li>
87-
<a href="./extend.html" >Extend</a>
97+
<a href="./extend.html" onclick="_gaq.push(['_trackEvent', 'Jumbotron actions', 'Jumbotron links', 'Extend']);">Extend</a>
8898
</li>
8999
<li>
90-
Version 2.3.1
100+
Version 2.3.2
91101
</li>
92102
</ul>
93103
</div>
@@ -216,6 +226,21 @@ <h1>Built with Bootstrap.</h1>
216226
<script src="assets/js/application.js"></script>
217227

218228

229+
<!-- Analytics
230+
================================================== -->
231+
<script>
232+
var _gauges = _gauges || [];
233+
(function() {
234+
var t = document.createElement('script');
235+
t.type = 'text/javascript';
236+
t.async = true;
237+
t.id = 'gauges-tracker';
238+
t.setAttribute('data-site-id', '4f0dc9fef5a1f55508000013');
239+
t.src = '//secure.gaug.es/track.js';
240+
var s = document.getElementsByTagName('script')[0];
241+
s.parentNode.insertBefore(t, s);
242+
})();
243+
</script>
219244

220245
</body>
221246
</html>

docs/javascript.html

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,16 @@
2525
<link rel="apple-touch-icon-precomposed" href="assets/ico/apple-touch-icon-57-precomposed.png">
2626
<link rel="shortcut icon" href="assets/ico/favicon.png">
2727

28+
<script type="text/javascript">
29+
var _gaq = _gaq || [];
30+
_gaq.push(['_setAccount', 'UA-146052-10']);
31+
_gaq.push(['_trackPageview']);
32+
(function() {
33+
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
34+
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
35+
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
36+
})();
37+
</script>
2838
</head>
2939

3040
<body data-spy="scroll" data-target=".bs-docs-sidebar">
@@ -1775,6 +1785,21 @@ <h3>Options</h3>
17751785
<script src="assets/js/application.js"></script>
17761786

17771787

1788+
<!-- Analytics
1789+
================================================== -->
1790+
<script>
1791+
var _gauges = _gauges || [];
1792+
(function() {
1793+
var t = document.createElement('script');
1794+
t.type = 'text/javascript';
1795+
t.async = true;
1796+
t.id = 'gauges-tracker';
1797+
t.setAttribute('data-site-id', '4f0dc9fef5a1f55508000013');
1798+
t.src = '//secure.gaug.es/track.js';
1799+
var s = document.getElementsByTagName('script')[0];
1800+
s.parentNode.insertBefore(t, s);
1801+
})();
1802+
</script>
17781803

17791804
</body>
17801805
</html>

docs/scaffolding.html

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,16 @@
2525
<link rel="apple-touch-icon-precomposed" href="assets/ico/apple-touch-icon-57-precomposed.png">
2626
<link rel="shortcut icon" href="assets/ico/favicon.png">
2727

28+
<script type="text/javascript">
29+
var _gaq = _gaq || [];
30+
_gaq.push(['_setAccount', 'UA-146052-10']);
31+
_gaq.push(['_trackPageview']);
32+
(function() {
33+
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
34+
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
35+
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
36+
})();
37+
</script>
2838
</head>
2939

3040
<body data-spy="scroll" data-target=".bs-docs-sidebar">
@@ -597,6 +607,21 @@ <h4>Hidden on...</h4>
597607
<script src="assets/js/application.js"></script>
598608

599609

610+
<!-- Analytics
611+
================================================== -->
612+
<script>
613+
var _gauges = _gauges || [];
614+
(function() {
615+
var t = document.createElement('script');
616+
t.type = 'text/javascript';
617+
t.async = true;
618+
t.id = 'gauges-tracker';
619+
t.setAttribute('data-site-id', '4f0dc9fef5a1f55508000013');
620+
t.src = '//secure.gaug.es/track.js';
621+
var s = document.getElementsByTagName('script')[0];
622+
s.parentNode.insertBefore(t, s);
623+
})();
624+
</script>
600625

601626
</body>
602627
</html>

0 commit comments

Comments
 (0)