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');