Commit ed0a673f947f560a0447aa2cc07cd7abf6a5bc3d
Merge branch 'SearchDuplicateTermsIssue' into Develop
Showing
1 changed file
with
3 additions
and
1 deletions
400-SOURCECODE/AIAHTML5.Web/app/controllers/DAController.js
... | ... | @@ -571,7 +571,7 @@ AIA.controller("DAController", ["$scope", "$rootScope", "$compile", "$http", "$l |
571 | 571 | if ($('#daImagePanel').offset().left == 0) |
572 | 572 | $('#daImagePanel').css("left", '1px'); |
573 | 573 | |
574 | - }, 550); | |
574 | + }, 350); | |
575 | 575 | } |
576 | 576 | } |
577 | 577 | else { |
... | ... | @@ -7738,6 +7738,8 @@ AIA.controller("DAController", ["$scope", "$rootScope", "$compile", "$http", "$l |
7738 | 7738 | |
7739 | 7739 | $rootScope.isLoading = true; |
7740 | 7740 | $('#spinner').css('visibility', 'visible'); |
7741 | + | |
7742 | + localStorage.setItem("currentBodyViewId", $rootScope.voId); | |
7741 | 7743 | //1. |
7742 | 7744 | $scope.loadSelectedBodyView($rootScope.voId); |
7743 | 7745 | ... | ... |