From 744f5523c19118cd0c25922a492ee2fc6ef55af5 Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Tue, 29 Dec 2020 02:05:47 +0000 Subject: [PATCH] debug template injection Signed-off-by: Ian Jackson --- templates/front.tera | 3 +-- templates/loading.tera | 3 +-- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/templates/front.tera b/templates/front.tera index 70571e65..e27395b7 100644 --- a/templates/front.tera +++ b/templates/front.tera @@ -1,7 +1,6 @@ - Otter -{{ debug_js_inject }} + Otter{{ debug_js_inject }} diff --git a/templates/loading.tera b/templates/loading.tera index 55da37e9..fd2eaeae 100644 --- a/templates/loading.tera +++ b/templates/loading.tera @@ -5,8 +5,7 @@ {{ game | escape }} - {{ nick | escape }} - Otter - -{{ debug_js_inject }} +{{ debug_js_inject }} -- 2.30.2