diff --git a/400-SOURCECODE/AIAHTML5.Web/app/controllers/HomeController.js b/400-SOURCECODE/AIAHTML5.Web/app/controllers/HomeController.js
index 0d1a77c..c09a644 100644
--- a/400-SOURCECODE/AIAHTML5.Web/app/controllers/HomeController.js
+++ b/400-SOURCECODE/AIAHTML5.Web/app/controllers/HomeController.js
@@ -4353,6 +4353,7 @@ function ($rootScope, Modules, $log, $location, $timeout, DataService, Authentic
function OpenJSPanel() {
$("#daImagePanel").css({ "pointer-events": "none", "opacity": ".5" });
$("#ciImagePanel").css({ "pointer-events": "none", "opacity": ".5" });
+ $("#ImagePanel").css({ "pointer-events": "none", "opacity": ".5" });
$.jsPanel({
id: 'jsPanel-1',
selector: '#dvPrintPreview',
@@ -4480,6 +4481,7 @@ function ($rootScope, Modules, $log, $location, $timeout, DataService, Authentic
$(document).on('click', '#jsPanel-1 .jsglyph-remove', function () {
$("#daImagePanel").css({ "pointer-events": "auto", "opacity": "1" });
$("#ciImagePanel").css({ "pointer-events": "auto", "opacity": "1" });
+ $("#ImagePanel").css({ "pointer-events": "auto", "opacity": "1" });
$("#annotationButton").parent().removeClass("disableMenuannotation");
$("#annotationToolBarOptions").removeClass("disableMenuoption");
$("#optionsListManagerTab").removeClass("disableMenuoption");