This commit is contained in:
Paul Gauthier 2024-12-21 11:53:43 -08:00
parent 80928b90a5
commit 2ea5a98ee0
3 changed files with 2 additions and 2 deletions

View file

@ -58,7 +58,7 @@ The model also has to successfully apply all its changes to the source file with
<script>
{% assign data_source = edit_sorted %}
{% assign pass_rate_field = "pass_rate_2" %}
{% include edit-leaderboard.js %}
{% include leaderboard.js %}
</script>
<style>
tr.selected {

View file

@ -46,7 +46,7 @@ Therefore, results are available for fewer models.
<script>
{% assign data_source = refac_sorted %}
{% assign pass_rate_field = "pass_rate_1" %}
{% include edit-leaderboard.js %}
{% include leaderboard.js %}
</script>