Skip to content

Commit 8f5f35e

Browse files
committed
Merge branch '1.3-wip' of github.com:twitter/bootstrap into 1.3-wip
2 parents 7af4a4c + ad87e11 commit 8f5f35e

8 files changed

+14
-10
lines changed

docs/javascript.html

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -606,9 +606,13 @@ <h3>Demo</h3>
606606
<a href="#" class="btn danger" rel="popover" title="A Title" data-content="And here's some amazing content. It's very engaging. right?">hover for popover</a>
607607
<script>
608608
$(function () {
609-
$("a[rel=popover]").popover({
610-
offset: 10
611-
})
609+
$("a[rel=popover]")
610+
.popover({
611+
offset: 10
612+
})
613+
.click(function(e) {
614+
e.preventDefault()
615+
})
612616
})
613617
</script>
614618
</div>

js/bootstrap-alerts.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/* ==========================================================
2-
* bootstrap-alerts.js
2+
* bootstrap-alerts.js v1.3.0
33
* http://twitter.github.com/bootstrap/javascript.html#alerts
44
* ==========================================================
55
* Copyright 2011 Twitter, Inc.

js/bootstrap-dropdown.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/* ============================================================
2-
* bootstrap-dropdown.js
2+
* bootstrap-dropdown.js v1.3.0
33
* http://twitter.github.com/bootstrap/javascript.html#dropdown
44
* ============================================================
55
* Copyright 2011 Twitter, Inc.

js/bootstrap-modal.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/* =========================================================
2-
* bootstrap-modal.js
2+
* bootstrap-modal.js v1.3.0
33
* http://twitter.github.com/bootstrap/javascript.html#modal
44
* =========================================================
55
* Copyright 2011 Twitter, Inc.

js/bootstrap-popover.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/* ===========================================================
2-
* bootstrap-popover.js
2+
* bootstrap-popover.js v1.3.0
33
* http://twitter.github.com/bootstrap/javascript.html#popover
44
* ===========================================================
55
* Copyright 2011 Twitter, Inc.

js/bootstrap-scrollspy.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/* =============================================================
2-
* bootstrap-scrollspy.js
2+
* bootstrap-scrollspy.js v1.3.0
33
* http://twitter.github.com/bootstrap/javascript.html#scrollspy
44
* =============================================================
55
* Copyright 2011 Twitter, Inc.

js/bootstrap-tabs.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/* ========================================================
2-
* bootstrap-tabs.js
2+
* bootstrap-tabs.js v1.3.0
33
* http://twitter.github.com/bootstrap/javascript.html#tabs
44
* ========================================================
55
* Copyright 2011 Twitter, Inc.

js/bootstrap-twipsy.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/* ==========================================================
2-
* bootstrap-twipsy.js
2+
* bootstrap-twipsy.js v1.3.0
33
* http://twitter.github.com/bootstrap/javascript.html#twipsy
44
* Adapted from the original jQuery.tipsy by Jason Frame
55
* ==========================================================

0 commit comments

Comments
 (0)