From c087c4e3d27274d5b52204048df8c88ef8795cad Mon Sep 17 00:00:00 2001 From: Mukul Date: Wed, 29 Mar 2017 15:31:44 +0530 Subject: [PATCH] this is for the bug 1603 --- 400-SOURCECODE/AIAHTML5.Web/app/controllers/HomeController.js | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/400-SOURCECODE/AIAHTML5.Web/app/controllers/HomeController.js b/400-SOURCECODE/AIAHTML5.Web/app/controllers/HomeController.js index 898011e..14682e7 100644 --- a/400-SOURCECODE/AIAHTML5.Web/app/controllers/HomeController.js +++ b/400-SOURCECODE/AIAHTML5.Web/app/controllers/HomeController.js @@ -418,7 +418,7 @@ function ($rootScope, Modules, $log, $location, $timeout, DataService, Authentic var currentRoute = $location.path().substring(1); return moduleUrl === currentRoute ? 'active' : ''; } - + $("#annotationToolBarOptions").removeClass("disableMenuoption"); if (($location.url() == "/da-body-view")) { $rootScope.disableMenuannotation = " "; $rootScope.disableMenuoption = " "; @@ -3308,6 +3308,8 @@ function ($rootScope, Modules, $log, $location, $timeout, DataService, Authentic }; $rootScope.ShowPrintPreviewWindow = function (event) { // Print Preview + $("#annotationButton").parent().addClass("disableMenuannotation"); + $("#annotationToolBarOptions").addClass("disableMenuoption"); $('#dvPrintPreview').css('display', 'block'); html2canvas($("#canvasDiv"), { onrendered: function (canvas) { -- libgit2 0.21.4