changed to trigger 'sorton', not 'click'.
This commit is contained in:
parent
acf6e5bd59
commit
715594328e
|
@ -8,7 +8,7 @@ $(function() {
|
|||
row.style.display = "none";
|
||||
}
|
||||
});
|
||||
$("table.packages > thead > tr > :nth-child(5)").trigger("click");
|
||||
$("table.packages").trigger("sorton", [[[4, 1]]]);
|
||||
}
|
||||
|
||||
function removeFilter() {
|
||||
|
@ -18,7 +18,7 @@ $(function() {
|
|||
row.style.display = "";
|
||||
}
|
||||
});
|
||||
$("table.packages > thead > tr > :nth-child(2)").trigger("click");
|
||||
$("table.packages").trigger("sorton", [[[1, 0]]]);
|
||||
}
|
||||
|
||||
var todoTotal = $("table.packages").data("todokey");
|
||||
|
|
Loading…
Reference in New Issue
Block a user