No longer remove first child of off-canvas navigation submenus
authorLaury GvR <laury@gaslightmedia.com>
Wed, 16 Aug 2017 18:07:24 +0000 (14:07 -0400)
committerLaury GvR <laury@gaslightmedia.com>
Wed, 16 Aug 2017 18:07:24 +0000 (14:07 -0400)
js/app.js
js/custom/pageSetup.js

index 72057b9..3c112af 100644 (file)
--- a/js/app.js
+++ b/js/app.js
@@ -17,7 +17,7 @@ $(document).ready(function () {
         $(this).toggleClass('open');
         $(this).siblings('ul').toggleClass('open');
     });
-    $('.left-off-canvas-list:nth-child(2) li:first-child').hide();
+
     $('.title.back.js-generated').each(function() {
         $(this).hide();
     });
index 843b2ed..6c79d42 100644 (file)
@@ -8,7 +8,7 @@ $(document).ready(function () {
         $(this).toggleClass('open');
         $(this).siblings('ul').toggleClass('open');
     });
-    $('.left-off-canvas-list:nth-child(2) li:first-child').hide();
+
     $('.title.back.js-generated').each(function() {
         $(this).hide();
     });