Skip to content

Commit

Permalink
Test rebuild through web ui.
Browse files Browse the repository at this point in the history
  • Loading branch information
Ralf Biedert committed Feb 2, 2024
1 parent 1b121d3 commit a2c60af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion static/index.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
"use strict"

const API_ENDPOINT = "https://api.cheats.rs";
const SURVEY_KEY = "survey2020";
const SURVEY_KEY = "survey2021";

let codes_rust = document.querySelectorAll("code:not(.ignore-auto)");
let subtitle_index = 0;
Expand Down

0 comments on commit a2c60af

Please sign in to comment.