aboutsummaryrefslogtreecommitdiff
path: root/docs/assets/js/application.js
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2012-01-28 11:22:07 -0800
committerMark Otto <[email protected]>2012-01-28 11:22:07 -0800
commit245276825924acd0cfe5f4fd57b0f8b9970b64c3 (patch)
tree5d803eec9195de7e19dac304f05eddd1895bc914 /docs/assets/js/application.js
parent28ba9d69c82895bbd9a1d66cea855119f4aba349 (diff)
parentc2c02d104c5e5a96330cf00a727d62687d863e02 (diff)
downloadbootstrap-245276825924acd0cfe5f4fd57b0f8b9970b64c3.tar.xz
bootstrap-245276825924acd0cfe5f4fd57b0f8b9970b64c3.zip
Merge branch '2.0-wip' of github.com:twitter/bootstrap into 2.0-wip
Diffstat (limited to 'docs/assets/js/application.js')
-rw-r--r--docs/assets/js/application.js6
1 files changed, 0 insertions, 6 deletions
diff --git a/docs/assets/js/application.js b/docs/assets/js/application.js
index f4edd6861..8fd672bb3 100644
--- a/docs/assets/js/application.js
+++ b/docs/assets/js/application.js
@@ -14,12 +14,6 @@
// make code pretty
window.prettyPrint && prettyPrint()
- // table sort example
- if ($.fn.tablesorter) {
- $("#sortTableExample").tablesorter({ sortList: [[1,0]] })
- $(".tablesorter-example").tablesorter({ sortList: [[1,0]] })
- }
-
// add-ons
$('.add-on :checkbox').on('click', function () {
var $this = $(this)