From 0fa18715146c8a0656d8e9b7e684518d3fc1cb94 Mon Sep 17 00:00:00 2001 From: drojf Date: Fri, 20 Nov 2020 18:52:39 +1100 Subject: [PATCH] Use modal instead of alert() if a python exception occurs --- httpGUI/index.html | 5 ++--- httpGUI/installer.html | 12 ++++++++++++ httpGUI/python-patcher-index.js | 15 --------------- httpGUI/python-patcher-lib.js | 5 +++++ httpGUI/python-patcher-rest-lib.js | 11 ++++++++++- httpGUI/python-patcher-vue-common.js | 16 ++++++++++++++++ httpGUI/style.css | 19 +++++++++---------- 7 files changed, 54 insertions(+), 29 deletions(-) diff --git a/httpGUI/index.html b/httpGUI/index.html index 733e2a22..61d627a3 100644 --- a/httpGUI/index.html +++ b/httpGUI/index.html @@ -21,9 +21,8 @@

New Installer Available

{{metaInfo.installerIsLatest[1]}}

You should update the installer to get bug-fixes and new features.

-

Please go to the download page, then download and install the new installer. - Remember to close this old installer so it doesn't interfere!

-

If you wish to continue using the old installer, click here

+ + diff --git a/httpGUI/installer.html b/httpGUI/installer.html index a094ca10..1953ddd5 100644 --- a/httpGUI/installer.html +++ b/httpGUI/installer.html @@ -17,6 +17,18 @@
+