diff --git a/400-SOURCECODE/AIAHTML5.Web/app/controllers/HomeController.js b/400-SOURCECODE/AIAHTML5.Web/app/controllers/HomeController.js index 51acf95..960ce2b 100644 --- a/400-SOURCECODE/AIAHTML5.Web/app/controllers/HomeController.js +++ b/400-SOURCECODE/AIAHTML5.Web/app/controllers/HomeController.js @@ -357,10 +357,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");