Commit 9342565efec5c912ecb96b4890ba62e048319736
Merge branch 'Develop' of http://52.6.196.163/ADAM/AIAHTML5 into AnnotationTextAreaCodeRefactor
Showing
1 changed file
with
2 additions
and
0 deletions
400-SOURCECODE/AIAHTML5.Web/app/controllers/HomeController.js
@@ -205,6 +205,8 @@ AIA.controller("HomeController", ["$rootScope", "Modules", "$log", "$location", | @@ -205,6 +205,8 @@ AIA.controller("HomeController", ["$rootScope", "Modules", "$log", "$location", | ||
205 | $rootScope.isAnnotationWindowClose = true; | 205 | $rootScope.isAnnotationWindowClose = true; |
206 | $("#canvasPaint").css("display", "none"); | 206 | $("#canvasPaint").css("display", "none"); |
207 | $("#canvas").css("display", "none"); | 207 | $("#canvas").css("display", "none"); |
208 | + $('.btnCursor').removeClass('activebtncolor'); | ||
209 | + $(".btn-annotation").removeClass("activebtncolor"); | ||
208 | } | 210 | } |
209 | 211 | ||
210 | $rootScope.OnIdentifyClick = function () { | 212 | $rootScope.OnIdentifyClick = function () { |