diff --git a/static/index.js b/static/index.js index 0c991cf..df4fd03 100644 --- a/static/index.js +++ b/static/index.js @@ -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;