member detail description open by default
authorAnthony Talarico <talarico@gaslightmedia.com>
Tue, 7 Nov 2017 14:19:50 +0000 (09:19 -0500)
committerAnthony Talarico <talarico@gaslightmedia.com>
Tue, 7 Nov 2017 14:19:50 +0000 (09:19 -0500)
in the member detail page, adding js to open the description tab on page load

glm-member-db/views/front/members/detail.html

index 672e1c6..4915b2b 100644 (file)
                 });
 
             });
-
+            if ($(window).width() >= 1024) {
+                $("#glm-member-detail-description-container").slideToggle("fast", "swing",  function() {});
+                $("#glm-member-detail-description-toggle").toggleClass("selected");
+            }
             // Automatically zoom and expand the relevant
             $('html').addClass('glmassociatememberdetail glmassociatetop');
             if ("{$expanded}" != "") {