From c7987b231bdff0c7239a717ec4e172da6a12e3f9 Mon Sep 17 00:00:00 2001 From: Kapilesh Pennichetty Date: Wed, 26 May 2021 08:56:14 -0500 Subject: [PATCH 1/2] Added iOS PWA Support --- templates/index.html | 4 ++++ templates/login.html | 4 ++++ 2 files changed, 8 insertions(+) diff --git a/templates/index.html b/templates/index.html index 94154aa..2a971e3 100644 --- a/templates/index.html +++ b/templates/index.html @@ -5,7 +5,11 @@ + + + + diff --git a/templates/login.html b/templates/login.html index 7a7411d..bf072cc 100644 --- a/templates/login.html +++ b/templates/login.html @@ -4,7 +4,11 @@ + + + + From 187f08f14584aa8e4961a02aee755e6a9efaa84e Mon Sep 17 00:00:00 2001 From: Kapilesh Pennichetty Date: Wed, 26 May 2021 09:05:57 -0500 Subject: [PATCH 2/2] Fixed incompatible file directory structure --- static/{ => js}/app.js | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename static/{ => js}/app.js (100%) diff --git a/static/app.js b/static/js/app.js similarity index 100% rename from static/app.js rename to static/js/app.js