poprawki
This commit is contained in:
@@ -91,6 +91,7 @@ document.addEventListener('DOMContentLoaded', function () {
|
||||
statsEl.textContent = `(${allProducts.length} z ${data.total_count})`;
|
||||
}
|
||||
|
||||
|
||||
} catch (err) {
|
||||
const loadingEl = productList.querySelector('.loading');
|
||||
if (loadingEl) loadingEl.remove();
|
||||
|
Reference in New Issue
Block a user