Commit aedb458b1f55d64703a2d31984d0fe641fae15c2

Authored by Nikita Kulshreshtha
2 parents 51fabdf9 e2225a11

Merge branch '16301Merge' into Develop

400-SOURCECODE/AIAHTML5.Web/app/controllers/HomeController.js
... ... @@ -3312,6 +3312,8 @@ function ($rootScope, Modules, $log, $location, $timeout, DataService, Authentic
3312 3312 };
3313 3313  
3314 3314 $rootScope.ShowPrintPreviewWindow = function (event) { // Print Preview
  3315 +
  3316 + $rootScope.CloseAnnotationTool();
3315 3317 $("#annotationButton").parent().addClass("disableMenuannotation");
3316 3318 $("#annotationToolBarOptions").addClass("disableMenuoption");
3317 3319 $('#dvPrintPreview').css('display', 'block');
... ...