Skip to content

Commit 4d8a53c

Browse files
author
jty1128
committed
update html
1 parent 3d5747a commit 4d8a53c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

omnigirl.html renamed to omnigirl_leaderboard.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@ <h3>🙏 Acknowledgements</h3>
168168
<script>
169169
const tbody=document.getElementById("leaderboard-body");
170170
const radios=document.querySelectorAll('input[name="langradio"]');
171-
const xhr=new XMLHttpRequest();xhr.open("GET","results.json",false);xhr.send();
171+
const xhr=new XMLHttpRequest();xhr.open("GET","results/results.json",false);xhr.send();
172172
if(xhr.status!==200){alert("Failed to load results.json");}
173173
const raw=Object.values(JSON.parse(xhr.responseText));
174174
const keyMap={full:"%resolved_full",python:"%resolved_python",

0 commit comments

Comments
 (0)