From: Anthony Talarico Date: Thu, 19 Apr 2018 20:19:32 +0000 (-0400) Subject: fixing the js click event for topbar menu X-Git-Tag: v1.0.0^2~29 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/?a=commitdiff_plain;h=936787e33d79de5e69a3d424383f0eda01d0e340;p=WP-Themes%2Fhospitalitymentality.git fixing the js click event for topbar menu --- diff --git a/js/custom.js b/js/custom.js index 7627071..ac32cc6 100644 --- a/js/custom.js +++ b/js/custom.js @@ -152,9 +152,9 @@ jQuery(document).ready(function($){ } $('.cmvl-title').insertAfter('.cmvl-navbar'); if( $(window).width() > 1000){ - $('.menu-item').on("click", function(){ + $('.menu-login').on("click", function(){ $("#modal-login").toggleClass("show-login"); }) - + } }); \ No newline at end of file