add installing notice and refresh

v1.18.x
Barış Soner Uşaklı 7 years ago
parent a48c0a4c3d
commit 4e495adcd7

@ -16,6 +16,11 @@ $('document').ready(function () {
$('#launch').on('click', launchForum);
if ($('#installing').length) {
setTimeout(function () {
window.location.reload(true);
}, 5000);
}
function setupInputs() {
$('form').on('focus', '.form-control', function () {

@ -115,6 +115,13 @@
</form>
</div>
<!-- IF installing -->
<div id="installing" class="container">
<p>
<h1>Hang tight! Your NodeBB is being installed.</h1>
</p>
</div>
<!-- ENDIF installing -->
<div class="container <!-- IF !success -->hide<!-- ENDIF !success -->">
<p>

Loading…
Cancel
Save