Skip to content

Commit

Permalink
small fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
fabnemEPFL committed May 31, 2024
1 parent 586661d commit eece23e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion website/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@
generateBlocYear(votesInfo, lang);

//show notable votes
const notableVoteIds = [665, 647, 646, 660, 474, 552.1, 623, 306];
const notableVoteIds = [647, 474, 552.1, 623, 306];
for (const id of notableVoteIds) {
document.getElementById("notable-votes").innerHTML += showVote(votesInfo[id], lang);
}
Expand Down
2 changes: 1 addition & 1 deletion website/index_bytheme.html
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@
*/

//show notable votes
const notableVoteIds = [665, 647, 646, 660, 474, 552.1, 623, 306];
const notableVoteIds = [647, 474, 552.1, 623, 306];
for (const id of notableVoteIds) {
document.getElementById("notable-votes").innerHTML += showVote(votesInfo[id], lang);
}
Expand Down

0 comments on commit eece23e

Please sign in to comment.