Commit ab8f4a39 authored by Jacob Thornton's avatar Jacob Thornton
Browse files

remove js for table sorts

parent 68fa1e48
Showing with 0 additions and 6 deletions
+0 -6
...@@ -14,12 +14,6 @@ ...@@ -14,12 +14,6 @@
// make code pretty // make code pretty
window.prettyPrint && prettyPrint() window.prettyPrint && prettyPrint()
// table sort example
if ($.fn.tablesorter) {
$("#sortTableExample").tablesorter({ sortList: [[1,0]] })
$(".tablesorter-example").tablesorter({ sortList: [[1,0]] })
}
// add-ons // add-ons
$('.add-on :checkbox').on('click', function () { $('.add-on :checkbox').on('click', function () {
var $this = $(this) var $this = $(this)
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment