From a2c60af1dc16c9939967763a9aa647f1b0a427c7 Mon Sep 17 00:00:00 2001 From: Ralf Biedert Date: Sat, 3 Feb 2024 00:29:34 +0100 Subject: [PATCH] Test rebuild through web ui. --- static/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;