Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJacob Thornton <jacobthornton@gmail.com>2012-01-28 13:48:45 +0400
committerJacob Thornton <jacobthornton@gmail.com>2012-01-28 13:48:45 +0400
commitab8f4a394c3ffef58e11c872f27927a9ffe4db11 (patch)
tree2f5ce26f60203d2e7a6fc505d1075dcb16ce6392 /docs/assets/js/application.js
parent68fa1e48267f7c8b2921001480a7a25835482dda (diff)
remove js for table sorts
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 f4edd68616..8fd672bb39 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)