From 22abc1f84896ea2ec0b5997c2d8092c96716452f Mon Sep 17 00:00:00 2001 From: John Donaldson Date: Thu, 12 Mar 2020 16:26:52 +0000 Subject: [PATCH] Revert "Help with this puzzle link" This reverts commit 1b8053d9b5c93b11f74f5be3883bdd91c47a549f. --- theme/basic.css | 9 --------- theme/puzzle.html | 1 - theme/puzzle.js | 6 ------ 3 files changed, 16 deletions(-) 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 => {