refactor: Move script tags to markdown, include only js code

This commit is contained in:
Paul Gauthier (aider) 2025-04-13 08:56:36 -07:00
parent fe6e2e1ea7
commit 4a86fea86b
2 changed files with 2 additions and 2 deletions

View file

@ -1,4 +1,3 @@
<script>
document.addEventListener('DOMContentLoaded', function() {
let currentMode = 'view'; // 'view', 'select'
let selectedRows = new Set(); // Store indices of selected rows
@ -387,4 +386,3 @@ document.addEventListener('DOMContentLoaded', function() {
});
</script>

View file

@ -211,7 +211,9 @@ Aider works best with high-scoring models, though it [can connect to almost any
}
</style>
<script>
{% include leaderboard_table.js %}
</script>
<p class="post-date" style="margin-top: 20px;">
By Paul Gauthier,