mirror of
https://github.com/Aider-AI/aider.git
synced 2025-06-01 10:14:59 +00:00
refactor: Move script tags to markdown, include only js code
This commit is contained in:
parent
fe6e2e1ea7
commit
4a86fea86b
2 changed files with 2 additions and 2 deletions
|
@ -1,4 +1,3 @@
|
||||||
<script>
|
|
||||||
document.addEventListener('DOMContentLoaded', function() {
|
document.addEventListener('DOMContentLoaded', function() {
|
||||||
let currentMode = 'view'; // 'view', 'select'
|
let currentMode = 'view'; // 'view', 'select'
|
||||||
let selectedRows = new Set(); // Store indices of selected rows
|
let selectedRows = new Set(); // Store indices of selected rows
|
||||||
|
@ -387,4 +386,3 @@ document.addEventListener('DOMContentLoaded', function() {
|
||||||
|
|
||||||
|
|
||||||
});
|
});
|
||||||
</script>
|
|
||||||
|
|
|
@ -211,7 +211,9 @@ Aider works best with high-scoring models, though it [can connect to almost any
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
|
|
||||||
|
<script>
|
||||||
{% include leaderboard_table.js %}
|
{% include leaderboard_table.js %}
|
||||||
|
</script>
|
||||||
|
|
||||||
<p class="post-date" style="margin-top: 20px;">
|
<p class="post-date" style="margin-top: 20px;">
|
||||||
By Paul Gauthier,
|
By Paul Gauthier,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue