diff options
| author | Jacob Thornton <[email protected]> | 2011-08-27 18:09:03 -0700 |
|---|---|---|
| committer | Jacob Thornton <[email protected]> | 2011-08-27 18:09:03 -0700 |
| commit | e91353f36286d7d7d2fdde4d6107f7ecc4c815d6 (patch) | |
| tree | c1c34bc16b2f1ee7f0a05b9aaae35d856a881da4 /examples | |
| parent | a00b849a51077ea52feefc3e39d67f05a3c669a9 (diff) | |
| download | bootstrap-e91353f36286d7d7d2fdde4d6107f7ecc4c815d6.tar.xz bootstrap-e91353f36286d7d7d2fdde4d6107f7ecc4c815d6.zip | |
blahsdfasldflaskdfj
Diffstat (limited to 'examples')
| -rw-r--r-- | examples/bootstrap-js.html | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/examples/bootstrap-js.html b/examples/bootstrap-js.html index 3e9f39e63..fe29cb644 100644 --- a/examples/bootstrap-js.html +++ b/examples/bootstrap-js.html @@ -82,7 +82,7 @@ <div class="row"> <div class="span4 columns"> <p>Our Modal plugin is <strong>super</strong> slim! We took special care to only include the bare functionality that we require at twitter, however we look forward to seeing all the cool stuff you do with it!</p> - <a href="assets/js/bootstrap-modal.js" class="btn primary">Download</a> + <a href="assets/js/bootstrap-modal.js" target="_blank" class="btn primary">Download</a> </div> <div class="span12 columns"> <h2>Using bootstrap-modal</h2> @@ -156,7 +156,7 @@ $('#modal-content').modal({ <div class="row"> <div class="span4 columns"> <p>The alert plugin is a super tiny class for adding close functionality to alerts.</p> - <a href="assets/js/bootstrap-alerts.js" class="btn primary">Download</a> + <a href="assets/js/bootstrap-alerts.js" target="_blank" class="btn primary">Download</a> </div> <div class="span12 columns"> <h2>Using bootstrap-alert</h2> @@ -195,7 +195,7 @@ $('#modal-content').modal({ <div class="row"> <div class="span4 columns"> <p>Based on the excellent jQuery.tipsy plugin written by Jason Frame; twipsy is an updated version, which doesn't rely on images, uses css3 for animations, and data-attributes for title storage!</p> - <a href="assets/js/bootstrap-twipsy.js" class="btn primary">Download</a> + <a href="assets/js/bootstrap-twipsy.js" target="_blank" class="btn primary">Download</a> </div> <div class="span12 columns"> <h2>Using bootstrap-twipsy.js</h2> @@ -242,7 +242,7 @@ $('#modal-content').modal({ <div class="row"> <div class="span4 columns"> <p>The popover plugin provides a simple interface for adding popovers to your application. It extends the <a href="#twipsy">boostrap-twipsy.js</a> plugin, so be sure to grab that file as well when including popovers in your project!</p> - <a href="assets/js/bootstrap-popover.js" class="btn primary">Download</a> + <a href="assets/js/bootstrap-popover.js" target="_blank" class="btn primary">Download</a> </div> <div class="span12 columns"> <h2>Using boostrap-popover.js</h2> |
