diff --git a/400-SOURCECODE/AIAHTML5.Web/app/controllers/HomeController.js b/400-SOURCECODE/AIAHTML5.Web/app/controllers/HomeController.js
index 898011e..14682e7 100644
--- a/400-SOURCECODE/AIAHTML5.Web/app/controllers/HomeController.js
+++ b/400-SOURCECODE/AIAHTML5.Web/app/controllers/HomeController.js
@@ -418,7 +418,7 @@ function ($rootScope, Modules, $log, $location, $timeout, DataService, Authentic
var currentRoute = $location.path().substring(1);
return moduleUrl === currentRoute ? 'active' : '';
}
-
+ $("#annotationToolBarOptions").removeClass("disableMenuoption");
if (($location.url() == "/da-body-view")) {
$rootScope.disableMenuannotation = " ";
$rootScope.disableMenuoption = " ";
@@ -3308,6 +3308,8 @@ function ($rootScope, Modules, $log, $location, $timeout, DataService, Authentic
};
$rootScope.ShowPrintPreviewWindow = function (event) { // Print Preview
+ $("#annotationButton").parent().addClass("disableMenuannotation");
+ $("#annotationToolBarOptions").addClass("disableMenuoption");
$('#dvPrintPreview').css('display', 'block');
html2canvas($("#canvasDiv"), {
onrendered: function (canvas) {