Skip to content
Snippets Groups Projects
Commit 7ad11d71 authored by Amanda Ghassaei's avatar Amanda Ghassaei
Browse files

small navbar change

parent 18608cb5
No related branches found
No related tags found
No related merge requests found
/**
/**
* Created by aghassaei on 1/7/15.
*/
......@@ -67,6 +67,7 @@ define(['jquery', 'underscore', 'backbone', 'fileSaver', 'navViewMenu', 'appStat
var navSelection = this.model.get("currentNav");
if (navSelection == "electronicNavSim" || navSelection == "mechanicalNavSim") navSelection = "navSim";
if (navSelection == "navComposite" || navSelection == "navMaterial") navSelection = "navDesign";
if (navSelection == "navMachineComponent") navSelection = "navAssemble";
_.each($(".menuHoverControls"), function(link){
var $link = $(link);
if ($link.data("menuId") == navSelection) $link.parent().addClass("open");//highlight
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment