This commit is contained in:
+4
-1
@@ -62,9 +62,12 @@ function check_init() {
|
||||
$("#previous").html('Previous install has found...');
|
||||
setTimeout(redirectToManage, 3000);
|
||||
}
|
||||
else {
|
||||
else if (data=='WAIT') {
|
||||
setTimeout(check_init, 1000);
|
||||
}
|
||||
else {
|
||||
// UNEXPECTED ERROR
|
||||
}
|
||||
});
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user