From ee23f4b8642b5d54b428360e75c8a2d54aaa32e1 Mon Sep 17 00:00:00 2001 From: Mukul Date: Tue, 31 Jan 2017 16:26:02 +0530 Subject: [PATCH] this is for bug Paint brush colour remain black when colour is change in Edit Shape Style --- 400-SOURCECODE/AIAHTML5.Web/app/controllers/HomeController.js | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/400-SOURCECODE/AIAHTML5.Web/app/controllers/HomeController.js b/400-SOURCECODE/AIAHTML5.Web/app/controllers/HomeController.js index ee44509..226a12b 100644 --- a/400-SOURCECODE/AIAHTML5.Web/app/controllers/HomeController.js +++ b/400-SOURCECODE/AIAHTML5.Web/app/controllers/HomeController.js @@ -242,10 +242,10 @@ function ($rootScope, Modules, $log, $location, $timeout, DataService, Authentic // document.getElementById('modeleditstyle').style.display = "block"; } - if ($rootScope.MenuModuleName == "CA") - { - $("#annotationpaintbrushsize").attr("href", "#"); - } + //if ($rootScope.MenuModuleName == "CA") + //{ + // $("#annotationpaintbrushsize").attr("href", "#"); + //} $("#OnIdentify").addClass("annotationtoolbartab"); $("#annotationToolBarOptions").addClass("active"); $("#annotationButton").addClass("active"); -- libgit2 0.21.4