diff --git a/400-SOURCECODE/AIAHTML5.Web/app/controllers/HomeController.js b/400-SOURCECODE/AIAHTML5.Web/app/controllers/HomeController.js
index bec7a09..1b3c58a 100644
--- a/400-SOURCECODE/AIAHTML5.Web/app/controllers/HomeController.js
+++ b/400-SOURCECODE/AIAHTML5.Web/app/controllers/HomeController.js
@@ -531,10 +531,13 @@ 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", "#");
+ }
+ else {
+ $("#annotationpaintbrushsize").attr("href", "#canvasPaint");
+ }
$("#OnIdentify").addClass("annotationtoolbartab");
$("#annotationToolBarOptions").addClass("active");
$("#annotationButton").addClass("active");