mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-28 12:30:42 +02:00
Merge pull request #4162 from marc1706/ticket/14452
[ticket/14452] Define $progressFillerText in installer.js * marc1706/ticket/14452: [ticket/14452] Define $progressFillerText in installer.js
This commit is contained in:
@@ -211,6 +211,7 @@
|
|||||||
clearInterval(progressTimer);
|
clearInterval(progressTimer);
|
||||||
|
|
||||||
$progressFiller = $('#progress-bar-filler');
|
$progressFiller = $('#progress-bar-filler');
|
||||||
|
$progressFillerText = $('#progress-bar-filler-text');
|
||||||
$progressText = $('#progress-bar-text');
|
$progressText = $('#progress-bar-text');
|
||||||
$statusText = $('#progress-status-text');
|
$statusText = $('#progress-status-text');
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user