mirror of
https://github.com/renbaoshuo/S2OJ.git
synced 2025-03-25 15:47:03 +00:00
fix: 6cbf44ead5285009cb481bcdeee03f02a001c69e
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
e104fcaa3d
commit
fc66e5afe5
@ -424,7 +424,7 @@ $('#contest-countdown').countdown(<?= $contest['end_time']->getTimestamp() - UOJ
|
|||||||
<script>
|
<script>
|
||||||
$(document).ready(function() {
|
$(document).ready(function() {
|
||||||
$('.markdown-body table').each(function() {
|
$('.markdown-body table').each(function() {
|
||||||
$(this).addClass('table', 'table-bordered', 'table-striped');
|
$(this).addClass('table table-bordered table-striped');
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
</script>
|
</script>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user