Zapomněli jste heslo? Vložte prosím vaše uživatelské jméno nebo e-mailovou adresu. E-mailem obdržíte odkaz pro vytvoření nového hesla.

document.addEventListener('bricks/ajax/end', (event) => { // Get the queryId from the event const queryId = event.detail.queryId || false; if (!queryId) { return; } window.scrollTo({ top: 0, behavior: 'smooth' }); });