|
|
@ -115,9 +115,12 @@ $('document').ready(function () {
|
|
|
|
$('#launch .fa-spin').removeClass('hide');
|
|
|
|
$('#launch .fa-spin').removeClass('hide');
|
|
|
|
|
|
|
|
|
|
|
|
$.post('/launch', function () {
|
|
|
|
$.post('/launch', function () {
|
|
|
|
setInterval(function () {
|
|
|
|
var checker = setInterval(function () {
|
|
|
|
$.get('/admin').done(function () {
|
|
|
|
$.get('/admin').done(function () {
|
|
|
|
|
|
|
|
clearInterval(checker);
|
|
|
|
|
|
|
|
setTimeout(function () {
|
|
|
|
window.location = 'admin';
|
|
|
|
window.location = 'admin';
|
|
|
|
|
|
|
|
}, 2000);
|
|
|
|
});
|
|
|
|
});
|
|
|
|
}, 750);
|
|
|
|
}, 750);
|
|
|
|
});
|
|
|
|
});
|
|
|
|