From e2225a110f6442f1e9f13efe5783b2ba97e102e9 Mon Sep 17 00:00:00 2001 From: nikita Date: Mon, 10 Apr 2017 17:01:19 +0530 Subject: [PATCH] added Merge Request #423 code manually --- 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 7b965f1..8f82d74 100644 --- a/400-SOURCECODE/AIAHTML5.Web/app/controllers/HomeController.js +++ b/400-SOURCECODE/AIAHTML5.Web/app/controllers/HomeController.js @@ -3312,6 +3312,8 @@ function ($rootScope, Modules, $log, $location, $timeout, DataService, Authentic }; $rootScope.ShowPrintPreviewWindow = function (event) { // Print Preview + + $rootScope.CloseAnnotationTool(); $("#annotationButton").parent().addClass("disableMenuannotation"); $("#annotationToolBarOptions").addClass("disableMenuoption"); $('#dvPrintPreview').css('display', 'block'); -- libgit2 0.21.4