1
0
Fork 0
mirror of https://github.com/lise-henry/crowbook synced 2024-05-28 14:06:29 +02:00

Fix html_if template

This commit is contained in:
Lise Henry 2023-08-09 20:08:56 +02:00
parent 801fad056b
commit a7747800d5

View File

@ -23,13 +23,13 @@ function passageCount(n) {
return count; return count;
} }
{{{common_script}}} {{common_script}}
var initFns = []; var initFns = [];
{{{new_game}}} {{new_game}}
{{{js_prelude}}} {{js_prelude}}
function showChapter(chap, noreset){ function showChapter(chap, noreset){
state.current_id = chap; state.current_id = chap;