From 63d7272c921ff3c0f9fcb311463e1f8dbf108289 Mon Sep 17 00:00:00 2001 From: ccl Date: Wed, 14 Oct 2020 17:34:27 +0200 Subject: [PATCH] small change in about text --- templates/layout.html | 1 + 1 file changed, 1 insertion(+) diff --git a/templates/layout.html b/templates/layout.html index ebbbb86..17461d8 100644 --- a/templates/layout.html +++ b/templates/layout.html @@ -252,6 +252,7 @@ var flag = true; $("#closeintro").click(function(){ $("#intro").css("display","none"); $("#howto").css("display","none"); + introflag = true; }); $("#closehowto").click(function(){