Add final ranking for superuser (ioi16 only)
This commit is contained in:
parent
6635c3ee99
commit
309b6298e2
16 changed files with 424 additions and 336 deletions
|
@ -57,7 +57,7 @@
|
|||
});
|
||||
</script>
|
||||
{% endif %}
|
||||
{% if page_type == 'ranking' %}
|
||||
{% if page_type == 'ranking' or page_type == 'final_ranking' %}
|
||||
<script type="text/javascript">
|
||||
$.fn.ignore = function(sel) {
|
||||
return this.clone().find(sel || '>*').remove().end();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue