From 085fa24f35ee689745a62925597094f9ad67b258 Mon Sep 17 00:00:00 2001 From: James Date: Tue, 30 Jan 2018 17:20:51 +1100 Subject: [PATCH] Ensure state machine is correct after return from error handler --- static/index.html | 2 ++ 1 file changed, 2 insertions(+) diff --git a/static/index.html b/static/index.html index 00b725d..851ae30 100644 --- a/static/index.html +++ b/static/index.html @@ -166,6 +166,8 @@ "back_to_packages": function() { app.select_packages = true; app.has_error = false; + app.is_installing = false; + app.is_finished = false; }, "exit": function() { ajax("/api/exit", function() {});