diff --git a/400-SOURCECODE/AIAHTML5.Web/app/controllers/HomeController.js b/400-SOURCECODE/AIAHTML5.Web/app/controllers/HomeController.js index 7d398aa..1418f30 100644 --- a/400-SOURCECODE/AIAHTML5.Web/app/controllers/HomeController.js +++ b/400-SOURCECODE/AIAHTML5.Web/app/controllers/HomeController.js @@ -2572,6 +2572,14 @@ function ($rootScope, Modules, $log, $location, $timeout, DataService, Authentic } }; + + $rootScope.changeNavigatorModesty = function () { + var currentOpenViewId = localStorage.getItem("currentBodyViewId");//$rootScope.openViews[openViewLen - 1].BodyViewId; + + $rootScope.$broadcast('changeNavigatorModestyEvent', { bodyViewId: currentOpenViewId }, true); + + }; + $rootScope.ShowExportImageWindow = function () { $(".export-image").css("display", "block"); };