This commit is contained in:
parent
6c134aa197
commit
dbafad3d2c
1 changed files with 1 additions and 1 deletions
|
@ -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");
|
||||
|
|
Reference in a new issue