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
@@ -100,9 +100,7 @@
<div id="status" class="play-status">Trening</div>
<div id="score" class="play-score">0</div>
</header>
<div class="play-progress-bar">
<div id="progress_inner" class="play-progress-bar-inner"></div>
</div>
<div id="progressbar-placeholder"></div>
<div class="play-body">
<div class="problem-display">
@@ -161,6 +159,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;
});