1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-01-18 06:38:43 +01:00

[ticket/14487] Add loading indicator while polling status

PHPBB3-14487
This commit is contained in:
Máté Bartus 2016-02-29 16:40:09 +01:00
parent 8993fef9c0
commit dacbf09227

View File

@ -354,8 +354,10 @@
doRefresh();
} else if (status === 'running') {
statusCount++;
$('#loading_indicator').css('display', 'block');
setTimeout(queryInstallerStatus, 5000);
} else {
$('#loading_indicator').css('display', 'none');
addMessage('error',
[{
title: installLang.title,