Aller au contenu
FR
EN
...bientôt disponible
×
Protected Area
Please enter the password:
Enter
×
Protected Area
Please enter the password:
Enter
jQuery(document).ready(function($) { // verhindert den Sprung zu # beim Trigger $('.dialog-lightbox-close-button a[href="#"]').on('click', function(e) { e.preventDefault(); }); let savedScroll = 0; $(document).on('elementor/popup/show', function() { savedScroll = window.pageYOffset; }); $(document).on('elementor/popup/hide', function() { setTimeout(function() { window.scrollTo(0, savedScroll); }, 0); }); });