From 1de6f5f9257d3c396c866a242d2ee10cad4ad1d6 Mon Sep 17 00:00:00 2001 From: nikita Date: Thu, 15 Mar 2018 18:33:16 +0530 Subject: [PATCH] annotation erase fix --- 400-SOURCECODE/AIAHTML5.Web/app/controllers/HomeController.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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"); -- libgit2 0.21.4