You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
function simpleDropDown(clickedObj,parentName){var o_clicked=$(clickedObj);var o_dropDownParent=parentName?o_clicked.closest(parentName):o_clicked.closest(".dropdown-parent");var o_allDropDownParents=parentName?$(parentName):$(".dropdown-parent");if(!o_dropDownParent.hasClass("active")&&o_allDropDownParents.hasClass("active")){o_allDropDownParents.removeClass("active");}