adding grunted js file
authorAnthony Talarico <talarico@gaslightmedia.com>
Thu, 1 Nov 2018 14:26:36 +0000 (10:26 -0400)
committerAnthony Talarico <talarico@gaslightmedia.com>
Thu, 1 Nov 2018 14:26:36 +0000 (10:26 -0400)
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();
-            }
-        });
-    });
+    
 });