fullProfileCheck(target);
});
- $('.glm-member-detail-sub-data-links').each(function() {
- var target = $(this).parent().attr("id").slice(0, -10);
- $("#"+target+"-container").slideToggle("fast", "swing", function() {});
- $("#"+target+"-toggle").toggleClass("selected");
- })
+ if ($(window).width() >= 1024) {
+ $('.glm-member-detail-sub-data-links').each(function() {
+ var target = $(this).parent().attr("id").slice(0, -10);
+ $("#"+target+"-container").slideToggle("fast", "swing", function() {});
+ $("#"+target+"-toggle").toggleClass("selected");
+ });
+ }
// Change the toggle button based on whether all the content sections are expanded
function fullProfileCheck(target) {