mobile ui
This commit is contained in:
@ -19,6 +19,10 @@ document.getElementById('sortSelect').addEventListener('change', (e) => {
|
||||
document.addEventListener('DOMContentLoaded', () => {
|
||||
initMap();
|
||||
initPrivacyModal();
|
||||
initMobilePopup();
|
||||
initPriceInputs();
|
||||
|
||||
console.log('Kleinanzeigen Karten-Suche initialized');
|
||||
console.log('API Base URL:', API_BASE_URL);
|
||||
console.log('Mobile view:', window.innerWidth < 768);
|
||||
});
|
||||
Reference in New Issue
Block a user