// });
// });
// $("#menu-side").children("ul").addClass("sidebar");
-
// remove drop down arrow icons from sub menu items
$("#menu-menu-1").find(".dropdown").children("li").removeClass("has-dropdown");
+ $("#menu-menu-1").children("li:nth-child(1)").removeClass("drop-left");
+ $("#menu-menu-1").children("li:nth-child(2)").removeClass("drop-left");
// remove #/gallery/recent from url to track current page
var url = window.location.href.replace("#/gallery/recent", "");
// $("#menu-side").children("ul").addClass("sidebar");
// remove drop down arrow icons from sub menu items
$("#menu-menu-1").find(".dropdown").children("li").removeClass("has-dropdown");
+
+ $("#menu-menu-1").children("li:nth-child(1)").removeClass("drop-left");
+ $("#menu-menu-1").children("li:nth-child(2)").removeClass("drop-left");
// remove #/gallery/recent from url to track current page
var url = window.location.href.replace("#/gallery/recent", "");