Files
2023-01-24 20:31:23 +00:00

4 lines
80 B
JavaScript

$(function() {
$('table').addClass('table table-bordered table-striped');
});