From 760c7f6bde33163b860510c8c512931e98e7ea7b Mon Sep 17 00:00:00 2001 From: Ted Kulp Date: Tue, 20 Jul 2021 14:18:00 -0400 Subject: [PATCH] Add loading animation on submit --- views/getinfo.hbs | 13 +++++++++++-- views/index.hbs | 15 ++++++++++++--- 2 files changed, 23 insertions(+), 5 deletions(-) diff --git a/views/getinfo.hbs b/views/getinfo.hbs index bb693b2..1e0ef8a 100644 --- a/views/getinfo.hbs +++ b/views/getinfo.hbs @@ -13,7 +13,7 @@
- +
@@ -21,4 +21,13 @@ - \ No newline at end of file + + + \ No newline at end of file diff --git a/views/index.hbs b/views/index.hbs index 0ef1847..397f16b 100644 --- a/views/index.hbs +++ b/views/index.hbs @@ -1,13 +1,13 @@
-
+
@@ -43,4 +43,13 @@ {{/each}}
-
\ No newline at end of file + + + \ No newline at end of file