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:
e843194
)
removing console statements
author
Anthony Talarico
<talarico@gaslightmedia.com>
Thu, 1 Nov 2018 14:34:20 +0000
(10:34 -0400)
committer
Anthony Talarico
<talarico@gaslightmedia.com>
Thu, 1 Nov 2018 14:34:20 +0000
(10:34 -0400)
sections/off-canvas.php
patch
|
blob
|
history
diff --git
a/sections/off-canvas.php
b/sections/off-canvas.php
index
ef01ef4
..
e554489
100644
(file)
--- a/
sections/off-canvas.php
+++ b/
sections/off-canvas.php
@@
-36,12
+36,10
@@
</aside>-->
<script>
jQuery(function($){
- console.log("asdf")
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");
- console.log(isParent);
if( isParent ){
event.stopPropagation();