diff --git a/400-SOURCECODE/AIAHTML5.Web/app/controllers/HomeController.js b/400-SOURCECODE/AIAHTML5.Web/app/controllers/HomeController.js
index f896ad0..a831488 100644
--- a/400-SOURCECODE/AIAHTML5.Web/app/controllers/HomeController.js
+++ b/400-SOURCECODE/AIAHTML5.Web/app/controllers/HomeController.js
@@ -4303,6 +4303,9 @@ function ($rootScope, Modules, $log, $location, $timeout, DataService, Authentic
$("#printcontainer").css('width', $(window).outerWidth());
$("#printcontainer").css('height', $(window).outerHeight());
}
+ if ($location.url() == "/module-item-view") {
+ $("#aaDetailViewCanvas").css("display", "none");
+ }
}, 520);
}
else {
@@ -4317,6 +4320,9 @@ function ($rootScope, Modules, $log, $location, $timeout, DataService, Authentic
$("#printcontainer").css('width', $(window).outerWidth());
$("#printcontainer").css('height', $(window).outerHeight());
}
+ if ($location.url() == "/module-item-view") {
+ $("#aaDetailViewCanvas").css("display", "none");
+ }
}, 320);
}
@@ -4473,6 +4479,7 @@ function ($rootScope, Modules, $log, $location, $timeout, DataService, Authentic
$("#annotationToolBarOptions").removeClass("disableMenuoption");
$("#optionsListManagerTab").removeClass("disableMenuoption");
$('#fileMenuAnchor').parent().removeClass('disableFileMenu');
+ $("#aaDetailViewCanvas").css("display", "block");
if ($('#jsPanel-1').length > 0)
$('#jsPanel-1').remove();
console.log('close');