Search
Close this search box.

Day: May 23, 2010

    // NExtgen gallery lightbox fix var galleryLinks = document.querySelector('a.nextgen_pro_lightbox'); galleryLinks.addEventListener('click', function(event) { this.href = "javascript:void(0)"; event.preventDefault(); // Prevent the default link behavior });