wu tang clan
Deploy to FTP / deploy (push) Successful in 4s

This commit is contained in:
Sebastian Molenda
2026-05-26 22:02:05 +02:00
parent c26165bfb7
commit 7bab05fb24
7 changed files with 16 additions and 820 deletions
+4 -3
View File
@@ -51,9 +51,7 @@
<span id="progress-label" class="progress-text">0/20</span>
</div>
</header>
<div class="read-progress-bar">
<div id="progress-inner" class="read-progress-bar-inner"></div>
</div>
<div id="progressbar-placeholder"></div>
<div class="play-body">
<div class="problem-display">
@@ -107,6 +105,9 @@
}).then(html => {
document.getElementById('header-placeholder').outerHTML = html;
});
loadComponent('components/progress-bar.html', {'{PROGRESS_ID}': 'progress-inner'}).then(html => {
document.getElementById('progressbar-placeholder').outerHTML = html;
});
loadComponent('components/footer.html').then(html => {
document.getElementById('footer-placeholder').outerHTML = html;
});