diff --git a/400-SOURCECODE/AIAHTML5.Web/app/controllers/HomeController.js b/400-SOURCECODE/AIAHTML5.Web/app/controllers/HomeController.js
index d8dc4d0..9e2fb8b 100644
--- a/400-SOURCECODE/AIAHTML5.Web/app/controllers/HomeController.js
+++ b/400-SOURCECODE/AIAHTML5.Web/app/controllers/HomeController.js
@@ -515,6 +515,9 @@ function ($rootScope, Modules, $log, $location, $timeout, DataService, Authentic
return moduleUrl === currentRoute ? 'active' : '';
}
$("#annotationToolBarOptions").removeClass("disableMenuoption");
+ $("#optionsListManagerTab").removeClass("disableMenuoption");
+
+
if (($location.url() == "/da-body-view")) {
$rootScope.disableMenuannotation = " ";
$rootScope.disableMenuoption = " ";
@@ -3427,10 +3430,11 @@ function ($rootScope, Modules, $log, $location, $timeout, DataService, Authentic
};
$rootScope.ShowPrintPreviewWindow = function (event) { // Print Preview
-
+ $rootScope.CloseListManager();
$rootScope.CloseAnnotationTool();
$("#annotationButton").parent().addClass("disableMenuannotation");
$("#annotationToolBarOptions").addClass("disableMenuoption");
+ $("#optionsListManagerTab").addClass("disableMenuoption");
$('#dvPrintPreview').css('display', 'block');
html2canvas($("#canvasDiv"), {
onrendered: function (canvas) {
@@ -3611,6 +3615,7 @@ function ($rootScope, Modules, $log, $location, $timeout, DataService, Authentic
$("#ciImagePanel").css({ "pointer-events": "auto", "opacity": "1" });
$("#annotationButton").parent().removeClass("disableMenuannotation");
$("#annotationToolBarOptions").removeClass("disableMenuoption");
+ $("#optionsListManagerTab").removeClass("disableMenuoption");
$('#fileMenuAnchor').removeClass('disableMenuannotation');
if ($('#jsPanel-1').length > 0)
$('#jsPanel-1').remove();