From a7747800d58339e86375f33e3dd74de2f2f84fb4 Mon Sep 17 00:00:00 2001 From: Lise Henry Date: Wed, 9 Aug 2023 20:08:56 +0200 Subject: [PATCH] Fix html_if template --- templates/html_if/script.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/templates/html_if/script.js b/templates/html_if/script.js index efd6b53..f09e829 100644 --- a/templates/html_if/script.js +++ b/templates/html_if/script.js @@ -23,13 +23,13 @@ function passageCount(n) { return count; } -{{{common_script}}} +{{common_script}} var initFns = []; -{{{new_game}}} +{{new_game}} -{{{js_prelude}}} +{{js_prelude}} function showChapter(chap, noreset){ state.current_id = chap;