From fe39ec41d8e136223f1d20bd15e49eb799fd0b61 Mon Sep 17 00:00:00 2001 From: nikita Date: Tue, 21 Feb 2017 18:19:17 +0530 Subject: [PATCH] removed a class --- 400-SOURCECODE/AIAHTML5.Web/app/controllers/HomeController.js | 4 ++++ 1 file changed, 4 insertions(+), 0 deletions(-) diff --git a/400-SOURCECODE/AIAHTML5.Web/app/controllers/HomeController.js b/400-SOURCECODE/AIAHTML5.Web/app/controllers/HomeController.js index 824563c..fd76eaf 100644 --- a/400-SOURCECODE/AIAHTML5.Web/app/controllers/HomeController.js +++ b/400-SOURCECODE/AIAHTML5.Web/app/controllers/HomeController.js @@ -596,6 +596,7 @@ function ($rootScope, Modules, $log, $location, $timeout, DataService, Authentic $rootScope.CIAnotationIdentifyModeOff = false; $rootScope.OnIdentifyClick = function () { + $("#OnIdentify").addClass("annotationtoolbartab"); $("#DrawMode").removeClass("annotationtoolbartab"); // $rootScope.isIdetifyClicked = true; @@ -614,6 +615,9 @@ function ($rootScope, Modules, $log, $location, $timeout, DataService, Authentic } + $("#annotationpaintbrushsize").removeClass("activebtncolor"); + $("#annotationpainteraser").removeClass("activebtncolor"); + $rootScope.isAnnotaionToolBarDrawingModeActive = false; $rootScope.switchCanvas(); } -- libgit2 0.21.4