1
1
mirror of https://github.com/renbaoshuo/S2OJ.git synced 2025-03-30 04:17:02 +00:00

fix: 6cbf44ead5285009cb481bcdeee03f02a001c69e

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

@ -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>