Removing all code
This commit is contained in:
parent
738c15c69e
commit
566b30f47d
1 changed files with 0 additions and 23 deletions
|
@ -1,23 +0,0 @@
|
|||
$(document).ready(function() {
|
||||
$('#contacts_tbl').tablesorter({
|
||||
sortList: [[0,0]],
|
||||
headers: {
|
||||
3: {
|
||||
sorter: false
|
||||
},
|
||||
}
|
||||
});
|
||||
|
||||
$('#tasks_tbl').tablesorter({
|
||||
sortList: [[4,1]],
|
||||
headers: {
|
||||
2: {
|
||||
sorter: false
|
||||
},
|
||||
}
|
||||
});
|
||||
|
||||
$('#history_tbl').tablesorter({
|
||||
sortList: [[2,1]],
|
||||
});
|
||||
});
|
Loading…
Add table
Reference in a new issue