From cb286816fd95121520d6fdca8f26603da5447138 Mon Sep 17 00:00:00 2001 From: xemeds Date: Sun, 19 Jul 2020 17:43:23 +0000 Subject: [PATCH] Made the typing wait before moving to the description --- tiny0/templates/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tiny0/templates/index.html b/tiny0/templates/index.html index 833fd37..3ea3e38 100644 --- a/tiny0/templates/index.html +++ b/tiny0/templates/index.html @@ -31,7 +31,7 @@ } else { i = 0; - typeDesc(); + setTimeout(typeDesc, 200) } }