First Pass at LeafDataQuery for Queue
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
$(function () {
|
||||
$(function() {
|
||||
// responsive column hide for results
|
||||
$("#queue th:nth-child(4)").addClass("d-none d-md-table-cell");
|
||||
$("#queue td:nth-child(4)").addClass("d-none d-md-table-cell");
|
||||
$("#queue th:nth-child(3)").addClass("d-none d-sm-table-cell");
|
||||
$("#queue td:nth-child(3)").addClass("d-none d-sm-table-cell");
|
||||
|
||||
});
|
||||
Reference in New Issue
Block a user