diff --git a/templates/layout.html b/templates/layout.html index 10a4a80..90c18c5 100644 --- a/templates/layout.html +++ b/templates/layout.html @@ -89,6 +89,9 @@ break; } }); + if (document.location.pathname == "/"){ + $("#submit").click() + } });