diff --git a/400-SOURCECODE/AIAHTML5.Web/app/controllers/HomeController.js b/400-SOURCECODE/AIAHTML5.Web/app/controllers/HomeController.js
index ece0bd0..2f65ae7 100644
--- a/400-SOURCECODE/AIAHTML5.Web/app/controllers/HomeController.js
+++ b/400-SOURCECODE/AIAHTML5.Web/app/controllers/HomeController.js
@@ -1010,13 +1010,13 @@ function ($rootScope, Modules, $log, $location, $timeout, DataService, Authentic
$("#annotationpaintbrushsize").attr("href", "#");
$("#annotationpainteraser").attr("href", "#");
$("#annotationpainteraser").attr('disabled', 'disabled');
- $("#annotationpainteraser").css('pointer-events', 'none');
+ //$("#annotationpainteraser").css('pointer-events', 'none');
}
else {
$("#annotationpaintbrushsize").attr("href", "#canvasPaint");
$("#annotationpainteraser").attr("href", "#canvasPaint");
$("#annotationpainteraser").removeAttr('disabled', 'disabled');
- $("#annotationpainteraser").css('pointer-events', 'auto');
+ // $("#annotationpainteraser").css('pointer-events', 'auto');
}
$("#OnIdentify").addClass("annotationtoolbartab");
$("#annotationToolBarOptions").addClass("active");