From: Anthony Talarico Date: Tue, 24 Jul 2018 16:34:40 +0000 (-0400) Subject: changing the target class for the front page modal login trigger X-Git-Tag: v1.0.0^2~30 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/?a=commitdiff_plain;h=19483b25a8c22b9b2f8bfcc7cd9ededc6b23b7b0;p=WP-Themes%2Fsaultstemarie360.git changing the target class for the front page modal login trigger --- diff --git a/js/custom.js b/js/custom.js index 32b1da5..35b6a8d 100644 --- a/js/custom.js +++ b/js/custom.js @@ -152,7 +152,7 @@ jQuery(document).ready(function($){ } $('.cmvl-title').insertAfter('.cmvl-navbar'); if( $(window).width() > 1000){ - $('.menu-login').on("click", function(){ + $('.login-modal').on("click", function(){ $("#modal-login").toggleClass("show-login"); }) }