summaryrefslogtreecommitdiffstats
path: root/web/_static/local/table.js
blob: 469f3b7bb83f5f27a6be17a58886437e6dee63ea (plain)
1
2
3
4
$(function() {
  $("thead").addClass("thead-dark");
  $("table").addClass("table table-striped table-bordered table-hover table-sm table-responsive");
});