From dbafad3d2c29add050096e9e3735602d57b0cda1 Mon Sep 17 00:00:00 2001 From: Hamcha Date: Tue, 25 Aug 2020 15:31:55 +0200 Subject: [PATCH] Oh woops --- src/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/index.ts b/src/index.ts index df5928b..e134792 100644 --- a/src/index.ts +++ b/src/index.ts @@ -8,7 +8,7 @@ import unknown from "~/assets/images/tab-icons/unknown.svg"; import { bindFunctions } from "./scripts/index"; // Enable single page mode for developing scripts -const devSinglePage = null; //["Other", "Guide_to_food_and_drinks"]; +const devSinglePage = null; // ["Other", "Guide_to_food_and_drinks"]; async function load() { const sectionListContainer = document.getElementById("section-list");