]> www.vanbest.org Git - motioneye-debian/commitdiff
reboot ui feedback fix
authorCalin Crisan <ccrisan@gmail.com>
Sat, 27 Dec 2014 15:41:34 +0000 (17:41 +0200)
committerCalin Crisan <ccrisan@gmail.com>
Sat, 27 Dec 2014 15:41:34 +0000 (17:41 +0200)
static/js/main.js

index 87ecc70d3b40689e5d15c2d34eda26fc70cd8f34..390c13e8a66330fc346cc59917079ce842b52593 100644 (file)
@@ -1487,6 +1487,7 @@ function doReboot() {
                     },
                     function () {
                         shutDown = true; /* the first error indicates the system was shut down */
+                        setTimeout(checkServer, 1000);
                     }
                 );
             }