From: Anthony Talarico Date: Thu, 1 Nov 2018 14:26:36 +0000 (-0400) Subject: adding grunted js file X-Git-Tag: v1.0.0^2~3 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/index.cgi?a=commitdiff_plain;h=d2fa372045a6d08edb0805ce6a3b71f510799efa;p=WP-Themes%2Flakesideclub.git adding grunted js file --- diff --git a/js/app.js b/js/app.js index 8113266..6292a2f 100644 --- 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(); - } - }); - }); + });