Commit fe39ec41d8e136223f1d20bd15e49eb799fd0b61

Authored by Nikita Kulshreshtha
1 parent 020c0dd5

removed a class

400-SOURCECODE/AIAHTML5.Web/app/controllers/HomeController.js
@@ -596,6 +596,7 @@ function ($rootScope, Modules, $log, $location, $timeout, DataService, Authentic @@ -596,6 +596,7 @@ function ($rootScope, Modules, $log, $location, $timeout, DataService, Authentic
596 $rootScope.CIAnotationIdentifyModeOff = false; 596 $rootScope.CIAnotationIdentifyModeOff = false;
597 $rootScope.OnIdentifyClick = function () { 597 $rootScope.OnIdentifyClick = function () {
598 598
  599 +
599 $("#OnIdentify").addClass("annotationtoolbartab"); 600 $("#OnIdentify").addClass("annotationtoolbartab");
600 $("#DrawMode").removeClass("annotationtoolbartab"); 601 $("#DrawMode").removeClass("annotationtoolbartab");
601 // $rootScope.isIdetifyClicked = true; 602 // $rootScope.isIdetifyClicked = true;
@@ -614,6 +615,9 @@ function ($rootScope, Modules, $log, $location, $timeout, DataService, Authentic @@ -614,6 +615,9 @@ function ($rootScope, Modules, $log, $location, $timeout, DataService, Authentic
614 615
615 } 616 }
616 617
  618 + $("#annotationpaintbrushsize").removeClass("activebtncolor");
  619 + $("#annotationpainteraser").removeClass("activebtncolor");
  620 +
617 $rootScope.isAnnotaionToolBarDrawingModeActive = false; 621 $rootScope.isAnnotaionToolBarDrawingModeActive = false;
618 $rootScope.switchCanvas(); 622 $rootScope.switchCanvas();
619 } 623 }