Commit 900a43aa0f200308ec34f52b71e17dfba298abea
1 parent
146f1cd2
removed alert
Showing
1 changed file
with
1 additions
and
1 deletions
400-SOURCECODE/AIAHTML5.Web/app/controllers/DAController.js
... | ... | @@ -8410,7 +8410,7 @@ AIA.controller("DAController", ["$scope", "$rootScope", "$compile", "$http", "$l |
8410 | 8410 | |
8411 | 8411 | if ($rootScope.systemNumber == 0) { |
8412 | 8412 | |
8413 | - alert("came inside current structure"); | |
8413 | + console.log("inside HighlightBodyByBodySystem ..came inside current structure"); | |
8414 | 8414 | //clear highlighted system |
8415 | 8415 | $scope.removeCurrentHighlightedBodySystem(); |
8416 | 8416 | $scope.EnableUI(); | ... | ... |