adding prevent default to gallery link to prevent jumping up the page
authorAnthony Talarico <talarico@gaslightmedia.com>
Mon, 16 May 2016 15:01:43 +0000 (11:01 -0400)
committerAnthony Talarico <talarico@gaslightmedia.com>
Mon, 16 May 2016 15:01:43 +0000 (11:01 -0400)
views/front/members/detail.html

index 95dbebd..6ff14e3 100644 (file)
             $("a.glm-member-detail-images-thumb").fancybox({
                    
             });
+             $("a.glm-member-detail-images-thumb").click(function(e) {
+                 e.preventDefault();
+             });
 
         $('.link-to-top').click(function () {
             $('body,html').animate({