Commit 5f2dd9537e6ad5391b758f522d337c10b09b8bc6

Authored by Amrita Vishnoi
1 parent 51c20a93

Refs: #4403

Highlight is implemented on users click on non mirrored body regions  but having some issues like annotations are not showing and sometime both similar portions are not highlighting ... need to dig.
400-SOURCECODE/AIAHTML5.Web/app/controllers/DAController.js
... ... @@ -1186,8 +1186,6 @@ function ($scope, $rootScope, $compile, $http, $log, $location, $timeout, DA, Mo
1186 1186 //grayImageDataMR = grayCanvasContextMR.getImageData(0, 0, scaledWidth, scaledHeight);
1187 1187 //grayImageDataVarMR = grayImageDataMR.data;
1188 1188  
1189   -
1190   -
1191 1189 var coloredCanvasMRID = 'imageCanvas' + bodyRegionId + '_MR';
1192 1190 var coloredCanvasMR = document.getElementById(coloredCanvasMRID);
1193 1191 var coloredCanvasContextMR = coloredCanvasMR.getContext("2d");
... ...