Commit 9342565efec5c912ecb96b4890ba62e048319736

Authored by unknown
2 parents 83a8d26e 8e1bb7e7

Merge branch 'Develop' of http://52.6.196.163/ADAM/AIAHTML5 into AnnotationTextAreaCodeRefactor

400-SOURCECODE/AIAHTML5.Web/app/controllers/HomeController.js
... ... @@ -205,6 +205,8 @@ AIA.controller("HomeController", ["$rootScope", "Modules", "$log", "$location",
205 205 $rootScope.isAnnotationWindowClose = true;
206 206 $("#canvasPaint").css("display", "none");
207 207 $("#canvas").css("display", "none");
  208 + $('.btnCursor').removeClass('activebtncolor');
  209 + $(".btn-annotation").removeClass("activebtncolor");
208 210 }
209 211  
210 212 $rootScope.OnIdentifyClick = function () {
... ...