Move custom link a few spaces down in dropdown
authorLaury GvR <laury@gaslightmedia.com>
Thu, 16 Aug 2018 20:49:10 +0000 (16:49 -0400)
committerLaury GvR <laury@gaslightmedia.com>
Thu, 16 Aug 2018 20:49:10 +0000 (16:49 -0400)
js/app.js
js/custom/pageSetup.js

index c0e8c43..e021796 100644 (file)
--- a/js/app.js
+++ b/js/app.js
@@ -18,7 +18,7 @@ $(document).ready(function () {
         $(this).siblings('ul').toggleClass('open');
     });
 
-    var childTarget = $('#page-header .top-bar .top-bar-section > ul:nth-of-type(1) > li:nth-of-type(1) > ul:nth-of-type(1) > li:nth-of-type(5)');
+    var childTarget = $('#page-header .top-bar .top-bar-section > ul:nth-of-type(1) > li:nth-of-type(1) > ul:nth-of-type(1) > li:nth-of-type(7)');
     childTarget.before( $( '<li class="no-dropdown nav-item customlink"><a href="http://gilmorecarmuseum.pastperfectonline.com/" target="_blank">Search Our Collection</a></li>' ) );
 
     //console.log(dropdownTarget);
index 3cf3edd..c242d21 100644 (file)
@@ -9,7 +9,7 @@ $(document).ready(function () {
         $(this).siblings('ul').toggleClass('open');
     });
 
-    var childTarget = $('#page-header .top-bar .top-bar-section > ul:nth-of-type(1) > li:nth-of-type(1) > ul:nth-of-type(1) > li:nth-of-type(5)');
+    var childTarget = $('#page-header .top-bar .top-bar-section > ul:nth-of-type(1) > li:nth-of-type(1) > ul:nth-of-type(1) > li:nth-of-type(7)');
     childTarget.before( $( '<li class="no-dropdown nav-item customlink"><a href="http://gilmorecarmuseum.pastperfectonline.com/" target="_blank">Search Our Collection</a></li>' ) );
 
     //console.log(dropdownTarget);