projects
/
WP-Themes
/
lakesideclub.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3dc0ffa
)
adding grunted js file
author
Anthony Talarico
<talarico@gaslightmedia.com>
Thu, 1 Nov 2018 14:26:36 +0000
(10:26 -0400)
committer
Anthony Talarico
<talarico@gaslightmedia.com>
Thu, 1 Nov 2018 14:26:36 +0000
(10:26 -0400)
js/app.js
patch
|
blob
|
history
diff --git
a/js/app.js
b/js/app.js
index
8113266
..
6292a2f
100644
(file)
--- a/
js/app.js
+++ b/
js/app.js
@@
-60,14
+60,5
@@
$(document).ready(function () {
});
});
- var main_nav_top_level_oc = $('.left-off-canvas-list').children('ul').children('li.menu-item-has-children');
- main_nav_top_level_oc.each(function() {
- $(this).on("click", function(event){
- let isParent = $(event.target).parent().hasClass("oc_parent");
- if( isParent ){
- event.stopPropagation();
- event.preventDefault();
- }
- });
- });
+
});