Commit ba141cc5c141857d58bd1244f1e252cd5e9d6569

Authored by Amrita Vishnoi
2 parents 74eef6a1 f8f53256

Merge branch 'AAprintpreviewbgdisable' into Develop

400-SOURCECODE/AIAHTML5.Web/app/controllers/HomeController.js
... ... @@ -4365,6 +4365,7 @@ function ($rootScope, Modules, $log, $location, $timeout, DataService, Authentic
4365 4365 function OpenJSPanel() {
4366 4366 $("#daImagePanel").css({ "pointer-events": "none", "opacity": ".5" });
4367 4367 $("#ciImagePanel").css({ "pointer-events": "none", "opacity": ".5" });
  4368 + $("#ImagePanel").css({ "pointer-events": "none", "opacity": ".5" });
4368 4369 $.jsPanel({
4369 4370 id: 'jsPanel-1',
4370 4371 selector: '#dvPrintPreview',
... ... @@ -4492,6 +4493,7 @@ function ($rootScope, Modules, $log, $location, $timeout, DataService, Authentic
4492 4493 $(document).on('click', '#jsPanel-1 .jsglyph-remove', function () {
4493 4494 $("#daImagePanel").css({ "pointer-events": "auto", "opacity": "1" });
4494 4495 $("#ciImagePanel").css({ "pointer-events": "auto", "opacity": "1" });
  4496 + $("#ImagePanel").css({ "pointer-events": "auto", "opacity": "1" });
4495 4497 $("#annotationButton").parent().removeClass("disableMenuannotation");
4496 4498 $("#annotationToolBarOptions").removeClass("disableMenuoption");
4497 4499 $("#optionsListManagerTab").removeClass("disableMenuoption");
... ...