1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-04-16 13:52:03 +02:00

[ticket/14452] Define $progressFillerText in installer.js

PHPBB3-14452
This commit is contained in:
Marc Alexander 2016-02-05 10:29:49 +01:00
parent 013d4d4633
commit 7cdeb70bcf

View File

@ -211,6 +211,7 @@
clearInterval(progressTimer);
$progressFiller = $('#progress-bar-filler');
$progressFillerText = $('#progress-bar-filler-text');
$progressText = $('#progress-bar-text');
$statusText = $('#progress-status-text');