mirror of
https://github.com/Hopiu/bootstrap.git
synced 2026-04-10 07:50:57 +00:00
remove js for table sorts
This commit is contained in:
parent
68fa1e4826
commit
ab8f4a394c
1 changed files with 0 additions and 6 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Reference in a new issue