Allow starting as root and downgrading once the server is listening
This commit is contained in:
parent
b444440d65
commit
b7e943d90e
8 changed files with 79 additions and 17 deletions
|
|
@ -102,3 +102,10 @@ $('.fm-birthday-generic.date').datepicker({
|
|||
weekStart: 1,
|
||||
autoclose: true
|
||||
});
|
||||
|
||||
$('.page-refresh').each(function () {
|
||||
var interval = Number($(this).data('interval')) || 60;
|
||||
setTimeout(function () {
|
||||
window.location.reload();
|
||||
}, interval * 1000);
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue