mirror of
https://github.com/jasny/bootstrap.git
synced 2026-01-21 04:17:53 -05:00
Build version 2.0.4-j1a
This commit is contained in:
2
docs/assets/js/bootstrap-fileupload.js
vendored
2
docs/assets/js/bootstrap-fileupload.js
vendored
@@ -1,5 +1,5 @@
|
||||
/* ===========================================================
|
||||
* bootstrap-fileupload.js j1
|
||||
* bootstrap-fileupload.js j1a
|
||||
* http://jasny.github.com/bootstrap/javascript.html#fileupload
|
||||
* ===========================================================
|
||||
* Copyright 2012 Jasny BV, Netherlands.
|
||||
|
||||
2
docs/assets/js/bootstrap.js
vendored
2
docs/assets/js/bootstrap.js
vendored
@@ -2254,7 +2254,7 @@
|
||||
|
||||
}(window.jQuery)
|
||||
/* ===========================================================
|
||||
* bootstrap-fileupload.js j1
|
||||
* bootstrap-fileupload.js j1a
|
||||
* http://jasny.github.com/bootstrap/javascript.html#fileupload
|
||||
* ===========================================================
|
||||
* Copyright 2012 Jasny BV, Netherlands.
|
||||
|
||||
@@ -84,8 +84,8 @@
|
||||
<p>Simple and flexible HTML, CSS, and Javascript for popular user interface components and interactions.</p>
|
||||
<p class="download-info">
|
||||
<a href="https://github.com/jasny/bootstrap/" class="btn btn-primary btn-large" style="line-height: 48px" >View project on GitHub</a>
|
||||
<a href="assets/bootstrap.zip" class="btn btn-large" >Download Bootstrap <small>(v2.0.4-j1)</small><br/><small>Includes all Jasny extensions</small></a>
|
||||
<a href="assets/jasny-bootstrap.zip" class="btn btn-large" >Extend Bootstrap <small>(j1)</small><br/><small>Download extensions only</small></a>
|
||||
<a href="assets/bootstrap.zip" class="btn btn-large" >Download Bootstrap <small>(v2.0.4-j1a)</small><br/><small>Includes all Jasny extensions</small></a>
|
||||
<a href="assets/jasny-bootstrap.zip" class="btn btn-large" >Extend Bootstrap <small>(j1a)</small><br/><small>Download extensions only</small></a>
|
||||
</p>
|
||||
</div>
|
||||
|
||||
|
||||
4
docs/templates/pages/index.mustache
vendored
4
docs/templates/pages/index.mustache
vendored
@@ -9,8 +9,8 @@
|
||||
<p>Simple and flexible HTML, CSS, and Javascript for popular user interface components and interactions.</p>
|
||||
<p class="download-info">
|
||||
<a href="https://github.com/jasny/bootstrap/" class="btn btn-primary btn-large" style="line-height: 48px" {{#production}}onclick="_ga.push(['_trackEvent', 'Jumbotron actions', 'GitHub Project', 'View project on GitHub']);"{{/production}}>{{_i}}View project on GitHub{{/i}}</a>
|
||||
<a href="assets/bootstrap.zip" class="btn btn-large" {{#production}}onclick="_ga.push(['_trackEvent', 'Jumbotron actions', 'Download', 'Download 2.0.4-j1']);"{{/production}}>{{_i}}Download Bootstrap <small>(v2.0.4-j1)</small><br/><small>Includes all Jasny extensions</small>{{/i}}</a>
|
||||
<a href="assets/jasny-bootstrap.zip" class="btn btn-large" {{#production}}onclick="_ga.push(['_trackEvent', 'Jumbotron actions', 'Download extensions', 'Download j1']);"{{/production}}>{{_i}}Extend Bootstrap <small>(j1)</small><br/><small>Download extensions only</small>{{/i}}</a>
|
||||
<a href="assets/bootstrap.zip" class="btn btn-large" {{#production}}onclick="_ga.push(['_trackEvent', 'Jumbotron actions', 'Download', 'Download 2.0.4-j1a']);"{{/production}}>{{_i}}Download Bootstrap <small>(v2.0.4-j1a)</small><br/><small>Includes all Jasny extensions</small>{{/i}}</a>
|
||||
<a href="assets/jasny-bootstrap.zip" class="btn btn-large" {{#production}}onclick="_ga.push(['_trackEvent', 'Jumbotron actions', 'Download extensions', 'Download j1a']);"{{/production}}>{{_i}}Extend Bootstrap <small>(j1a)</small><br/><small>Download extensions only</small>{{/i}}</a>
|
||||
</p>
|
||||
</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user