diff --git a/flatclient/index.html b/flatclient/index.html
index 46495cc..f8bc345 100755
--- a/flatclient/index.html
+++ b/flatclient/index.html
@@ -90,7 +90,7 @@
-

+
@@ -356,15 +356,15 @@
-
-
-
+
+
+
diff --git a/flatclient/js/controls.js b/flatclient/js/controls.js
index 6662bb1..c7dc3a7 100755
--- a/flatclient/js/controls.js
+++ b/flatclient/js/controls.js
@@ -543,13 +543,13 @@ function saveRadioStations() {
}
function haltSystem() {
- window.history.back();
$.post("/haltSystem");
- toast('Stopping system...', 3000);
+ toast('Stopping system...', 10000);
+ setTimeout(function(){window.history.back();}, 10000);
}
function rebootSystem() {
- window.history.back();
$.post("/rebootSystem");
- toast('Rebooting...', 3000);
-}
\ No newline at end of file
+ toast('Rebooting...', 10000);
+ setTimeout(function(){window.history.back();}, 10000);
+}
diff --git a/flatclient/settings/index.html b/flatclient/settings/index.html
index 367e4fc..21e1d53 100644
--- a/flatclient/settings/index.html
+++ b/flatclient/settings/index.html
@@ -12,16 +12,16 @@
Please provide your username, password to enable playing music from Spotify.
diff --git a/flatclient/system.html b/flatclient/system.html
index ad78bf0..d7715b8 100755
--- a/flatclient/system.html
+++ b/flatclient/system.html
@@ -8,13 +8,15 @@
+
+