From 72d1805dba1a6b552644a46ea3115dbadc9963ed Mon Sep 17 00:00:00 2001 From: amrita.vishnoi Date: Tue, 13 Sep 2016 11:46:28 +0530 Subject: [PATCH] Switched off search functionality but LS will also not work due to annotation data is off. --- 400-SOURCECODE/AIAHTML5.Web/app/controllers/DAController.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/400-SOURCECODE/AIAHTML5.Web/app/controllers/DAController.js b/400-SOURCECODE/AIAHTML5.Web/app/controllers/DAController.js index 5dc429f..bac73fa 100644 --- a/400-SOURCECODE/AIAHTML5.Web/app/controllers/DAController.js +++ b/400-SOURCECODE/AIAHTML5.Web/app/controllers/DAController.js @@ -499,7 +499,7 @@ function ($scope, $rootScope, $compile, $http, $log, $location, $timeout, DA, Mo //1. load navigator man first $scope.LoadBodyViewNavigatorImage(); - $scope.loadSearchDataForBodyView(); + //$scope.loadSearchDataForBodyView(); $scope.currentTitleFromJson = localStorage.getItem("currentViewTitle"); -- libgit2 0.21.4