Commit 263e398029f1dba3faf6f343530cedc1ee27f860
Merge branch 'femaleLateralArmAnotationissue' into Develop
Showing
1 changed file
with
1 additions
and
1 deletions
400-SOURCECODE/AIAHTML5.Web/app/controllers/DAController.js
... | ... | @@ -4852,7 +4852,7 @@ AIA.controller("DAController", ["$scope", "$rootScope", "$compile", "$http", "$l |
4852 | 4852 | canvasModesty.style.left = X + 'px'; |
4853 | 4853 | canvasModesty.style.top = Y + 'px'; |
4854 | 4854 | canvasModesty.style.visibility = 'visible'; |
4855 | - if($rootScope.currentBodyViewId=="11"){ | |
4855 | + if ($rootScope.voId == "11") { | |
4856 | 4856 | |
4857 | 4857 | canvasModesty.style.zIndex = 11000; |
4858 | 4858 | } | ... | ... |