From: Calin Crisan Date: Sat, 27 Dec 2014 15:41:34 +0000 (+0200) Subject: reboot ui feedback fix X-Git-Url: http://www.vanbest.org/gitweb/?a=commitdiff_plain;h=b723b69a2028ce5f063acb1e4627d9d61614ed2a;p=motioneye-debian reboot ui feedback fix --- diff --git a/static/js/main.js b/static/js/main.js index 87ecc70..390c13e 100644 --- a/static/js/main.js +++ b/static/js/main.js @@ -1487,6 +1487,7 @@ function doReboot() { }, function () { shutDown = true; /* the first error indicates the system was shut down */ + setTimeout(checkServer, 1000); } ); }