From f8f53256408a185ac1243f3aabdd44eee04ecfb4 Mon Sep 17 00:00:00 2001 From: Mukul Date: Wed, 15 Nov 2017 10:36:29 +0530 Subject: [PATCH] this is disable background of AA when we click print preview --- 400-SOURCECODE/AIAHTML5.Web/app/controllers/HomeController.js | 2 ++ 1 file changed, 2 insertions(+), 0 deletions(-) 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"); -- libgit2 0.21.4