From 12ba42d10af2acfd1719dfef214d276e640c8687 Mon Sep 17 00:00:00 2001 From: Anthony Talarico Date: Mon, 14 Mar 2016 16:07:46 -0400 Subject: [PATCH] removed drop left class from first 3 top bar menu items --- js/app.js | 1 + js/custom/pageSetup.js | 1 + 2 files changed, 2 insertions(+) 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", ""); -- 2.17.1