Files
LeafWeb/WebCms/scripts/Queue.js
T
2020-02-25 11:08:27 -05:00

7 lines
295 B
JavaScript

$(function () {
$("#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");
});