Commit e2225a110f6442f1e9f13efe5783b2ba97e102e9
1 parent
51fabdf9
added Merge Request #423 code manually
Showing
1 changed file
with
2 additions
and
0 deletions
400-SOURCECODE/AIAHTML5.Web/app/controllers/HomeController.js
@@ -3312,6 +3312,8 @@ function ($rootScope, Modules, $log, $location, $timeout, DataService, Authentic | @@ -3312,6 +3312,8 @@ function ($rootScope, Modules, $log, $location, $timeout, DataService, Authentic | ||
3312 | }; | 3312 | }; |
3313 | 3313 | ||
3314 | $rootScope.ShowPrintPreviewWindow = function (event) { // Print Preview | 3314 | $rootScope.ShowPrintPreviewWindow = function (event) { // Print Preview |
3315 | + | ||
3316 | + $rootScope.CloseAnnotationTool(); | ||
3315 | $("#annotationButton").parent().addClass("disableMenuannotation"); | 3317 | $("#annotationButton").parent().addClass("disableMenuannotation"); |
3316 | $("#annotationToolBarOptions").addClass("disableMenuoption"); | 3318 | $("#annotationToolBarOptions").addClass("disableMenuoption"); |
3317 | $('#dvPrintPreview').css('display', 'block'); | 3319 | $('#dvPrintPreview').css('display', 'block'); |