Commit 00a807c8988efdb2b4fcb1c8f6e8e6bf1c92c7e5

Authored by Amrita Vishnoi
2 parents 5fda215d 482ad256

Merge branch 'mouseuperaseiconblack' of http://52.6.196.163/ADAM/AIAHTML5 into Develop-16Jan2017

400-SOURCECODE/AIAHTML5.Web/app/controllers/HomeController.js
... ... @@ -2436,7 +2436,7 @@ AIA.controller("HomeController", ["$rootScope", "Modules", "$log", "$location",
2436 2436 $rootScope.OnPaintBrushCanvasMouseUp = function (event) {
2437 2437 $rootScope.isMousedownOnPaintCanvas = false;
2438 2438 $rootScope.isEraseToolSelected = false;
2439   -
  2439 + $(".btn-annotation-erase").removeClass("activebtncolor");
2440 2440  
2441 2441 }
2442 2442  
... ...