install fixes

[ci skip]
This commit is contained in:
NGPixel
2017-04-05 20:33:16 -04:00
parent d3297d2d13
commit c463aee909
8 changed files with 15 additions and 13 deletions

View File

@@ -297,7 +297,7 @@ jQuery(document).ready(function ($) {
axios.post('/restart', {}).then(resp => {
_.delay(() => {
window.location.assign(self.conf.host)
}, 10000)
}, 30000)
}).catch(err => {
window.alert(err.message)
})