projects
/
WP-Themes
/
hospitalitymentality.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
23d5641
)
fixing the js click event for topbar menu
author
Anthony Talarico
<talarico@gaslightmedia.com>
Thu, 19 Apr 2018 20:19:32 +0000
(16:19 -0400)
committer
Anthony Talarico
<talarico@gaslightmedia.com>
Thu, 19 Apr 2018 20:19:32 +0000
(16:19 -0400)
js/custom.js
patch
|
blob
|
history
diff --git
a/js/custom.js
b/js/custom.js
index
7627071
..
ac32cc6
100644
(file)
--- 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