From 1dab19f7e4957da393df95329372c2b429994b83 Mon Sep 17 00:00:00 2001 From: Ted Goas Date: Mon, 14 Feb 2022 07:57:49 -0500 Subject: [PATCH] Add Avi's suggestion --- docs/content/templates.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/content/templates.md b/docs/content/templates.md index 4e63558..a51f40e 100644 --- a/docs/content/templates.md +++ b/docs/content/templates.md @@ -119,6 +119,9 @@ I’m a fan of using snippets, available in most code editors. I understand CSS form.submit(); }); } + else { + form.submit() + } }); } })();