Commit f8afc340d1af4cc015c5bf74e732192956bc73dc
Merge branch 'okbtndblclicksetting' into Develop
Showing
1 changed file
with
8 additions
and
0 deletions
400-SOURCECODE/AIAHTML5.Web/app/controllers/HomeController.js
... | ... | @@ -2572,6 +2572,14 @@ function ($rootScope, Modules, $log, $location, $timeout, DataService, Authentic |
2572 | 2572 | } |
2573 | 2573 | }; |
2574 | 2574 | |
2575 | + | |
2576 | + $rootScope.changeNavigatorModesty = function () { | |
2577 | + var currentOpenViewId = localStorage.getItem("currentBodyViewId");//$rootScope.openViews[openViewLen - 1].BodyViewId; | |
2578 | + | |
2579 | + $rootScope.$broadcast('changeNavigatorModestyEvent', { bodyViewId: currentOpenViewId }, true); | |
2580 | + | |
2581 | + }; | |
2582 | + | |
2575 | 2583 | $rootScope.ShowExportImageWindow = function () { |
2576 | 2584 | $(".export-image").css("display", "block"); |
2577 | 2585 | }; | ... | ... |