fix: 6cbf44ead5
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Baoshuo Ren 2022-09-26 16:32:38 +08:00
parent e104fcaa3d
commit fc66e5afe5
Signed by: baoshuo
GPG Key ID: 00CB9680AB29F51A

View File

@ -424,7 +424,7 @@ $('#contest-countdown').countdown(<?= $contest['end_time']->getTimestamp() - UOJ
<script>
$(document).ready(function() {
$('.markdown-body table').each(function() {
$(this).addClass('table', 'table-bordered', 'table-striped');
$(this).addClass('table table-bordered table-striped');
});
});
</script>