aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorJacob Thornton <[email protected]>2012-01-28 01:48:45 -0800
committerJacob Thornton <[email protected]>2012-01-28 01:48:45 -0800
commitab8f4a394c3ffef58e11c872f27927a9ffe4db11 (patch)
tree2f5ce26f60203d2e7a6fc505d1075dcb16ce6392 /docs
parent68fa1e48267f7c8b2921001480a7a25835482dda (diff)
downloadbootstrap-ab8f4a394c3ffef58e11c872f27927a9ffe4db11.tar.xz
bootstrap-ab8f4a394c3ffef58e11c872f27927a9ffe4db11.zip
remove js for table sorts
Diffstat (limited to 'docs')
-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)