removed drop left class from first 3 top bar menu items
authorAnthony Talarico <talarico@gaslightmedia.com>
Mon, 14 Mar 2016 20:07:46 +0000 (16:07 -0400)
committerAnthony Talarico <talarico@gaslightmedia.com>
Mon, 14 Mar 2016 20:07:46 +0000 (16:07 -0400)
js/app.js
js/custom/pageSetup.js

index c8d9273..6bd0e48 100644 (file)
--- a/js/app.js
+++ b/js/app.js
@@ -59,6 +59,7 @@ $(document).ready(function () {
     
     $("#menu-menu-1").children("li:nth-child(1)").removeClass("drop-left");
     $("#menu-menu-1").children("li:nth-child(2)").removeClass("drop-left");
+    $("#menu-menu-1").children("li:nth-child(3)").removeClass("drop-left");
 
     // remove #/gallery/recent from url to track current page
     var url = window.location.href.replace("#/gallery/recent", "");
index 62a1aca..a73db06 100644 (file)
@@ -50,6 +50,7 @@ $(document).ready(function () {
     
     $("#menu-menu-1").children("li:nth-child(1)").removeClass("drop-left");
     $("#menu-menu-1").children("li:nth-child(2)").removeClass("drop-left");
+    $("#menu-menu-1").children("li:nth-child(3)").removeClass("drop-left");
 
     // remove #/gallery/recent from url to track current page
     var url = window.location.href.replace("#/gallery/recent", "");