From: Anthony Talarico Date: Mon, 14 Mar 2016 20:07:46 +0000 (-0400) Subject: removed drop left class from first 3 top bar menu items X-Git-Tag: v1.0.0^2~97 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/?a=commitdiff_plain;h=12ba42d10af2acfd1719dfef214d276e640c8687;p=WP-Themes%2FDiscoverKZOO.git removed drop left class from first 3 top bar menu items --- diff --git a/js/app.js b/js/app.js index c8d9273..6bd0e48 100644 --- 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", ""); diff --git a/js/custom/pageSetup.js b/js/custom/pageSetup.js index 62a1aca..a73db06 100644 --- a/js/custom/pageSetup.js +++ b/js/custom/pageSetup.js @@ -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", "");