diff --git a/400-SOURCECODE/AIAHTML5.Web/app/controllers/HomeController.js b/400-SOURCECODE/AIAHTML5.Web/app/controllers/HomeController.js
index 88b1c59..0b95a11 100644
--- a/400-SOURCECODE/AIAHTML5.Web/app/controllers/HomeController.js
+++ b/400-SOURCECODE/AIAHTML5.Web/app/controllers/HomeController.js
@@ -3283,7 +3283,7 @@ function ($rootScope, Modules, $log, $location, $timeout, DataService, Authentic
$("#optionsListManagerTab").removeClass("active");
console.log('close');
$rootScope.disableAnnotationtoolOnListManager = false;
- if ($rootScope.MenuModuleName == "DA") {
+ if ($rootScope.MenuModuleName == "DA" || $rootScope.MenuModuleName == "AA") {
$("#annotationpaintbrushsize").attr("href", "#canvasPaint");
$("#annotationpainteraser").attr("href", "#canvasPaint");
if ($rootScope.disableAnnotationtoolOnListManager == false) {
diff --git a/400-SOURCECODE/AIAHTML5.Web/app/controllers/TileViewListController.js b/400-SOURCECODE/AIAHTML5.Web/app/controllers/TileViewListController.js
index a93eb57..1c7eb64 100644
--- a/400-SOURCECODE/AIAHTML5.Web/app/controllers/TileViewListController.js
+++ b/400-SOURCECODE/AIAHTML5.Web/app/controllers/TileViewListController.js
@@ -127,7 +127,7 @@ function ($scope, $window, $rootScope, $compile, $http, $log, $location, $timeou
//});
$scope.isOpenBtnClicked = false;
$scope.openModuleItemView = function (event) {
-
+ $rootScope.MenuModuleName = "AA";
localStorage.setItem("activeTab", $scope.activeTab);
//0. Get selected Image Id
if ($scope.isListViewButtonClicked == true) {