diff --git a/theme/basic.css b/theme/basic.css index 721eec5..e7bb81e 100644 --- a/theme/basic.css +++ b/theme/basic.css @@ -140,12 +140,3 @@ li[draggable] { #cacheButton.disabled { display: none; } - -#help { - text-decoration: none; - color: #fff; - background-color: #118; - padding: 0.25em; - border: 1px solid black; - font-size: 120%; -} \ No newline at end of file diff --git a/theme/puzzle.html b/theme/puzzle.html index 6ef271a..a7be166 100644 --- a/theme/puzzle.html +++ b/theme/puzzle.html @@ -25,7 +25,6 @@ Team ID:
Answer:
-
diff --git a/theme/puzzle.js b/theme/puzzle.js index 920e271..2c084c6 100644 --- a/theme/puzzle.js +++ b/theme/puzzle.js @@ -151,12 +151,6 @@ function submit(e) { function loadPuzzle(categoryName, points, puzzleId) { let puzzle = document.getElementById("puzzle") let base = "content/" + categoryName + "/" + puzzleId + "/" - - let helpElement = document.querySelector("#help") - if (helpElement) { - helpElement.classList.remove("hidden") - helpElement.href = "https://mattermost.cyfi.training/cyber-fire/channels/puzzle-" + categoryName - } fetch(base + "puzzle.json") .then(resp => {