0
0
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:
Jacob Thornton 2012-01-28 01:48:45 -08:00
parent 68fa1e4826
commit ab8f4a394c

View File

@ -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)