AyeCode / whoop

Other
0 stars 2 forks source link

Mobile menu sliding issue on my account click #12

Open 1naveengiri opened 4 years ago

1naveengiri commented 4 years ago

https://secure.helpscout.net/conversation/1207972661/4593?folderId=3812058https://secure.helpscout.net/conversation/1207972661/4593?folderId=3812058

1naveengiri commented 4 years ago
jQuery(document).ready(function(){
    jQuery('.whoop-my-account').click(function(){
         jQuery('a.mm-subopen').trigger('click');
        return false;
    });
});