diff options
| -rw-r--r-- | docs/assets/bootstrap.zip | bin | 52330 -> 52330 bytes | |||
| -rw-r--r-- | docs/javascript.html | 22 | ||||
| -rw-r--r-- | docs/templates/pages/javascript.mustache | 22 |
3 files changed, 22 insertions, 22 deletions
diff --git a/docs/assets/bootstrap.zip b/docs/assets/bootstrap.zip Binary files differindex c89b1ef66..8922a5c7a 100644 --- a/docs/assets/bootstrap.zip +++ b/docs/assets/bootstrap.zip diff --git a/docs/javascript.html b/docs/javascript.html index fb61f170a..4287f852d 100644 --- a/docs/javascript.html +++ b/docs/javascript.html @@ -199,7 +199,7 @@ <div class="span3 columns"> <h3>About modals</h3> <p>A streamlined, but flexible, take on the traditional javascript modal plugin with only the minimum required functionality and smart defaults.</p> - <a href="../js/bootstrap-modal.js" target="_blank" class="btn">Download file</a> + <a href="assets/js/bootstrap-modal.js" target="_blank" class="btn">Download file</a> </div> <div class="span9 columns"> <h2>Static example</h2> @@ -365,7 +365,7 @@ $('#myModal').on('hidden', function () { <div class="span3 columns"> <h3>About dropdowns</h3> <p>Add dropdown menus to nearly anything in Bootstrap with this simple plugin. Bootstrap features full dropdown menu support on in the navbar, tabs, and pills.</p> - <a href="../js/bootstrap-dropdown.js" target="_blank" class="btn">Download file</a> + <a href="assets/js/bootstrap-dropdown.js" target="_blank" class="btn">Download file</a> </div> <div class="span9 columns"> <h2>Examples</h2> @@ -493,7 +493,7 @@ $('#myModal').on('hidden', function () { <div class="row"> <div class="span3 columns"> <p>The ScrollSpy plugin is for automatically updating nav targets based on scroll position.</p> - <a href="../js/bootstrap-scrollspy.js" target="_blank" class="btn">Download file</a> + <a href="assets/js/bootstrap-scrollspy.js" target="_blank" class="btn">Download file</a> </div> <div class="span9 columns"> <h2>Example navbar with scrollspy</h2> @@ -587,7 +587,7 @@ $('#myModal').on('hidden', function () { <div class="row"> <div class="span3 columns"> <p>This plugin adds quick, dynamic tab and pill functionality for transitioning through local content.</p> - <a href="../js/bootstrap-tab.js" target="_blank" class="btn">Download file</a> + <a href="assets/js/bootstrap-tab.js" target="_blank" class="btn">Download file</a> </div> <div class="span9 columns"> <h2>Example tabs</h2> @@ -695,7 +695,7 @@ $('a[data-toggle="tab"]').on('shown', function (e) { <div class="span3 columns"> <h3>About Tooltips</h3> <p>Inspired by the excellent jQuery.tipsy plugin written by Jason Frame; Tooltips are an updated version, which don't rely on images, uss css3 for animations, and data-attributes for local title storage.</p> - <a href="../js/bootstrap-tooltip.js" target="_blank" class="btn">Download file</a> + <a href="assets/js/bootstrap-tooltip.js" target="_blank" class="btn">Download file</a> </div> <div class="span9 columns"> <h2>Example use of Tooltips</h2> @@ -796,7 +796,7 @@ $('a[data-toggle="tab"]').on('shown', function (e) { <h3>About popovers</h3> <p>Add small overlays of content, like those on the iPad, to any element for housing secondary information.</p> <p class="muted"><strong>*</strong> Requires <a href="#tooltip">Tooltip</a> to be included</p> - <a href="../js/bootstrap-popover.js" target="_blank" class="btn">Download file</a> + <a href="assets/js/bootstrap-popover.js" target="_blank" class="btn">Download file</a> </div> <div class="span9 columns"> <h2>Example hover popover</h2> @@ -903,7 +903,7 @@ $('a[data-toggle="tab"]').on('shown', function (e) { <div class="span3 columns"> <h3>About alerts</h3> <p>The alert plugin is a tiny class for adding close functionality to alerts.</p> - <a href="../js/bootstrap-alert.js" target="_blank" class="btn">Download</a> + <a href="assets/js/bootstrap-alert.js" target="_blank" class="btn">Download</a> </div> <div class="span9 columns"> <h2>Example alerts</h2> @@ -973,7 +973,7 @@ $('#my-alert').bind('closed', function () { <div class="span3 columns"> <h3>About</h3> <p>Do more with buttons. Control button states or create groups of buttons for more components like toolbars.</p> - <a href="../js/bootstrap-button.js" target="_blank" class="btn">Download file</a> + <a href="assets/js/bootstrap-button.js" target="_blank" class="btn">Download file</a> </div> <div class="span9 columns"> <h2>Example uses</h2> @@ -1080,7 +1080,7 @@ $('#my-alert').bind('closed', function () { <div class="span3 columns"> <h3>About</h3> <p>Get base styles and flexible support for collapsible components like accordions and navigation.</p> - <a href="../js/bootstrap-collapse.js" target="_blank" class="btn">Download file</a> + <a href="assets/js/bootstrap-collapse.js" target="_blank" class="btn">Download file</a> </div> <div class="span9 columns"> <h2>Example accordion</h2> @@ -1233,7 +1233,7 @@ $('#myCollapsible').on('hidden', function () { <div class="span3 columns"> <h3>About</h3> <p>A generic plugin for cycling through elements. A merry-go-round.</p> - <a href="../js/bootstrap-carousel.js" target="_blank" class="btn">Download file</a> + <a href="assets/js/bootstrap-carousel.js" target="_blank" class="btn">Download file</a> </div> <div class="span9 columns"> <h2>Example carousel</h2> @@ -1359,7 +1359,7 @@ $('.myCarousel').carousel({ <div class="span3 columns"> <h3>About</h3> <p>A basic, easily extended plugin for quickly creating elegant typeaheads with any form text input.</p> - <a href="../js/bootstrap-typeahead.js" target="_blank" class="btn">Download file</a> + <a href="assets/js/bootstrap-typeahead.js" target="_blank" class="btn">Download file</a> </div> <div class="span9 columns"> <h2>Example</h2> diff --git a/docs/templates/pages/javascript.mustache b/docs/templates/pages/javascript.mustache index f2bbf0216..003a43869 100644 --- a/docs/templates/pages/javascript.mustache +++ b/docs/templates/pages/javascript.mustache @@ -123,7 +123,7 @@ <div class="span3 columns"> <h3>{{_i}}About modals{{/i}}</h3> <p>{{_i}}A streamlined, but flexible, take on the traditional javascript modal plugin with only the minimum required functionality and smart defaults.{{/i}}</p> - <a href="../js/bootstrap-modal.js" target="_blank" class="btn">{{_i}}Download file{{/i}}</a> + <a href="assets/js/bootstrap-modal.js" target="_blank" class="btn">{{_i}}Download file{{/i}}</a> </div> <div class="span9 columns"> <h2>{{_i}}Static example{{/i}}</h2> @@ -289,7 +289,7 @@ $('#myModal').on('hidden', function () { <div class="span3 columns"> <h3>{{_i}}About dropdowns{{/i}}</h3> <p>{{_i}}Add dropdown menus to nearly anything in Bootstrap with this simple plugin. Bootstrap features full dropdown menu support on in the navbar, tabs, and pills.{{/i}}</p> - <a href="../js/bootstrap-dropdown.js" target="_blank" class="btn">{{_i}}Download file{{/i}}</a> + <a href="assets/js/bootstrap-dropdown.js" target="_blank" class="btn">{{_i}}Download file{{/i}}</a> </div> <div class="span9 columns"> <h2>{{_i}}Examples{{/i}}</h2> @@ -417,7 +417,7 @@ $('#myModal').on('hidden', function () { <div class="row"> <div class="span3 columns"> <p>{{_i}}The ScrollSpy plugin is for automatically updating nav targets based on scroll position.{{/i}}</p> - <a href="../js/bootstrap-scrollspy.js" target="_blank" class="btn">{{_i}}Download file{{/i}}</a> + <a href="assets/js/bootstrap-scrollspy.js" target="_blank" class="btn">{{_i}}Download file{{/i}}</a> </div> <div class="span9 columns"> <h2>{{_i}}Example navbar with scrollspy{{/i}}</h2> @@ -511,7 +511,7 @@ $('#myModal').on('hidden', function () { <div class="row"> <div class="span3 columns"> <p>{{_i}}This plugin adds quick, dynamic tab and pill functionality for transitioning through local content.{{/i}}</p> - <a href="../js/bootstrap-tab.js" target="_blank" class="btn">{{_i}}Download file{{/i}}</a> + <a href="assets/js/bootstrap-tab.js" target="_blank" class="btn">{{_i}}Download file{{/i}}</a> </div> <div class="span9 columns"> <h2>{{_i}}Example tabs{{/i}}</h2> @@ -619,7 +619,7 @@ $('a[data-toggle="tab"]').on('shown', function (e) { <div class="span3 columns"> <h3>{{_i}}About Tooltips{{/i}}</h3> <p>{{_i}}Inspired by the excellent jQuery.tipsy plugin written by Jason Frame; Tooltips are an updated version, which don't rely on images, uss css3 for animations, and data-attributes for local title storage.{{/i}}</p> - <a href="../js/bootstrap-tooltip.js" target="_blank" class="btn">{{_i}}Download file{{/i}}</a> + <a href="assets/js/bootstrap-tooltip.js" target="_blank" class="btn">{{_i}}Download file{{/i}}</a> </div> <div class="span9 columns"> <h2>{{_i}}Example use of Tooltips{{/i}}</h2> @@ -720,7 +720,7 @@ $('a[data-toggle="tab"]').on('shown', function (e) { <h3>{{_i}}About popovers{{/i}}</h3> <p>{{_i}}Add small overlays of content, like those on the iPad, to any element for housing secondary information.{{/i}}</p> <p class="muted"><strong>*</strong> {{_i}}Requires <a href="#tooltip">Tooltip</a> to be included{{/i}}</p> - <a href="../js/bootstrap-popover.js" target="_blank" class="btn">{{_i}}Download file{{/i}}</a> + <a href="assets/js/bootstrap-popover.js" target="_blank" class="btn">{{_i}}Download file{{/i}}</a> </div> <div class="span9 columns"> <h2>{{_i}}Example hover popover{{/i}}</h2> @@ -827,7 +827,7 @@ $('a[data-toggle="tab"]').on('shown', function (e) { <div class="span3 columns"> <h3>{{_i}}About alerts{{/i}}</h3> <p>{{_i}}The alert plugin is a tiny class for adding close functionality to alerts.{{/i}}</p> - <a href="../js/bootstrap-alert.js" target="_blank" class="btn">{{_i}}Download{{/i}}</a> + <a href="assets/js/bootstrap-alert.js" target="_blank" class="btn">{{_i}}Download{{/i}}</a> </div> <div class="span9 columns"> <h2>{{_i}}Example alerts{{/i}}</h2> @@ -897,7 +897,7 @@ $('#my-alert').bind('closed', function () { <div class="span3 columns"> <h3>{{_i}}About{{/i}}</h3> <p>{{_i}}Do more with buttons. Control button states or create groups of buttons for more components like toolbars.{{/i}}</p> - <a href="../js/bootstrap-button.js" target="_blank" class="btn">{{_i}}Download file{{/i}}</a> + <a href="assets/js/bootstrap-button.js" target="_blank" class="btn">{{_i}}Download file{{/i}}</a> </div> <div class="span9 columns"> <h2>{{_i}}Example uses{{/i}}</h2> @@ -1004,7 +1004,7 @@ $('#my-alert').bind('closed', function () { <div class="span3 columns"> <h3>{{_i}}About{{/i}}</h3> <p>{{_i}}Get base styles and flexible support for collapsible components like accordions and navigation.{{/i}}</p> - <a href="../js/bootstrap-collapse.js" target="_blank" class="btn">{{_i}}Download file{{/i}}</a> + <a href="assets/js/bootstrap-collapse.js" target="_blank" class="btn">{{_i}}Download file{{/i}}</a> </div> <div class="span9 columns"> <h2>{{_i}}Example accordion{{/i}}</h2> @@ -1157,7 +1157,7 @@ $('#myCollapsible').on('hidden', function () { <div class="span3 columns"> <h3>{{_i}}About{{/i}}</h3> <p>{{_i}}A generic plugin for cycling through elements. A merry-go-round.{{/i}}</p> - <a href="../js/bootstrap-carousel.js" target="_blank" class="btn">{{_i}}Download file{{/i}}</a> + <a href="assets/js/bootstrap-carousel.js" target="_blank" class="btn">{{_i}}Download file{{/i}}</a> </div> <div class="span9 columns"> <h2>{{_i}}Example carousel{{/i}}</h2> @@ -1283,7 +1283,7 @@ $('.myCarousel').carousel({ <div class="span3 columns"> <h3>{{_i}}About{{/i}}</h3> <p>{{_i}}A basic, easily extended plugin for quickly creating elegant typeaheads with any form text input.{{/i}}</p> - <a href="../js/bootstrap-typeahead.js" target="_blank" class="btn">{{_i}}Download file{{/i}}</a> + <a href="assets/js/bootstrap-typeahead.js" target="_blank" class="btn">{{_i}}Download file{{/i}}</a> </div> <div class="span9 columns"> <h2>{{_i}}Example{{/i}}</h2> |
