From 2d18890cd1084874f2ab99561baa7597c78ddf07 Mon Sep 17 00:00:00 2001 From: Mukul Date: Mon, 24 Oct 2016 18:35:01 +0530 Subject: [PATCH] this is for bug 1923 --- 400-SOURCECODE/AIAHTML5.Web/app/controllers/HomeController.js | 2 ++ 1 file changed, 2 insertions(+), 0 deletions(-) diff --git a/400-SOURCECODE/AIAHTML5.Web/app/controllers/HomeController.js b/400-SOURCECODE/AIAHTML5.Web/app/controllers/HomeController.js index c5b915a..894a9a0 100644 --- a/400-SOURCECODE/AIAHTML5.Web/app/controllers/HomeController.js +++ b/400-SOURCECODE/AIAHTML5.Web/app/controllers/HomeController.js @@ -201,6 +201,8 @@ AIA.controller("HomeController", ["$rootScope", "Modules", "$log", "$location", $rootScope.isAnnotationWindowClose = true; $("#canvasPaint").css("display", "none"); $("#canvas").css("display", "none"); + $('.btnCursor').removeClass('activebtncolor'); + $(".btn-annotation").removeClass("activebtncolor"); } $rootScope.OnIdentifyClick = function () { -- libgit2 0.21.4