This commit is contained in:
Cay 2026-03-15 11:45:52 +00:00
parent 09d3aa5db4
commit 583e61d3b3

View File

@ -86,7 +86,7 @@ async function loadPages() {
let html = ""; let html = "";
html += ` html += `
<h4 class="market-title">Erweitere deine Taschenplätze</h2><br> <h4 class="market-title">Erweitere deine Taschenplätze</h4><br>
`; `;
for (let i = 1; i <= data.maxPages; i++) { for (let i = 1; i <= data.maxPages; i++) {