Commit d51115342ff3e57c60d6452ac5661274567c6319
1 parent
9779db43
In DA multi annotation flag commented
Showing
1 changed file
with
5 additions
and
3 deletions
400-SOURCECODE/AIAHTML5.Web/app/controllers/DAController.js
... | ... | @@ -6529,9 +6529,11 @@ AIA.controller("DAController", ["$scope", "$rootScope", "$compile", "$http", "$l |
6529 | 6529 | // History Maintained Issue// |
6530 | 6530 | |
6531 | 6531 | $rootScope.getAnnotationTextBasedOnSelectedBodyRegion = function (event) { |
6532 | - if (event.ctrlKey) { | |
6533 | - $scope.SetwindowStoreData(windowviewid, 'multiAnnotationIsON') | |
6534 | - } | |
6532 | + | |
6533 | + // commented now. nikita have to look into this. | |
6534 | + //if (event.ctrlKey) { | |
6535 | + // $scope.SetwindowStoreData(windowviewid, 'multiAnnotationIsON') | |
6536 | + //} | |
6535 | 6537 | var len= (event.currentTarget.id).split("_").length; |
6536 | 6538 | var windowviewid = (event.currentTarget.id).split("_")[len-1]; |
6537 | 6539 | ... | ... |