Removing all code

This commit is contained in:
Axel 2021-01-09 09:06:04 +01:00
parent 738c15c69e
commit 566b30f47d

View file

@ -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]],
});
});