Fix 60s
This commit is contained in:
parent
3c4a077149
commit
3fd228fe77
1 changed files with 1 additions and 1 deletions
|
@ -92,7 +92,7 @@
|
|||
|
||||
setTimeout(function() {
|
||||
button.href = json.public_install_page_url;
|
||||
}, 60 * 100);
|
||||
}, 60 * 1000);
|
||||
}
|
||||
)
|
||||
</script>
|
||||
|
|
Loading…
Reference in a new issue