We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 00e5c33 commit 3e0af2cCopy full SHA for 3e0af2c
aider/website/_includes/leaderboard_table.js
@@ -1,7 +1,7 @@
1
document.addEventListener('DOMContentLoaded', function() {
2
let currentMode = 'view'; // 'view', 'select', 'detail'
3
let selectedRows = new Set(); // Store indices of selected rows
4
- const MAX_DISPLAY_COST_CAP = 75; // Define the constant here
+ const MAX_DISPLAY_COST_CAP = 50; // Define the constant here
5
6
const allMainRows = document.querySelectorAll('tr[id^="main-row-"]');
7
const allDetailsRows = document.querySelectorAll('tr[id^="details-"]');
0 commit comments