Skip to content

Commit 3e0af2c

Browse files
committed
copy
1 parent 00e5c33 commit 3e0af2c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

aider/website/_includes/leaderboard_table.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
document.addEventListener('DOMContentLoaded', function() {
22
let currentMode = 'view'; // 'view', 'select', 'detail'
33
let selectedRows = new Set(); // Store indices of selected rows
4-
const MAX_DISPLAY_COST_CAP = 75; // Define the constant here
4+
const MAX_DISPLAY_COST_CAP = 50; // Define the constant here
55

66
const allMainRows = document.querySelectorAll('tr[id^="main-row-"]');
77
const allDetailsRows = document.querySelectorAll('tr[id^="details-"]');

0 commit comments

Comments
 (0)