Commit 72d1805dba1a6b552644a46ea3115dbadc9963ed
1 parent
27d0ad0c
Switched off search functionality but LS will also not work due to annotation data is off.
Showing
1 changed file
with
1 additions
and
1 deletions
400-SOURCECODE/AIAHTML5.Web/app/controllers/DAController.js
... | ... | @@ -499,7 +499,7 @@ function ($scope, $rootScope, $compile, $http, $log, $location, $timeout, DA, Mo |
499 | 499 | //1. load navigator man first |
500 | 500 | $scope.LoadBodyViewNavigatorImage(); |
501 | 501 | |
502 | - $scope.loadSearchDataForBodyView(); | |
502 | + //$scope.loadSearchDataForBodyView(); | |
503 | 503 | |
504 | 504 | $scope.currentTitleFromJson = localStorage.getItem("currentViewTitle"); |
505 | 505 | ... | ... |