mirror of
https://github.com/twbs/bootstrap.git
synced 2025-03-15 15:29:22 +01:00
remove js for table sorts
This commit is contained in:
parent
68fa1e4826
commit
ab8f4a394c
@ -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…
x
Reference in New Issue
Block a user