mirror of
https://github.com/tenrok/bootstrap.git
synced 2026-05-15 11:59:39 +03:00
remove js for table sorts
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user