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() {});