diff --git a/400-SOURCECODE/AIAHTML5.Web/app/controllers/DAController.js b/400-SOURCECODE/AIAHTML5.Web/app/controllers/DAController.js
index 2b4d23e..c422774 100644
--- a/400-SOURCECODE/AIAHTML5.Web/app/controllers/DAController.js
+++ b/400-SOURCECODE/AIAHTML5.Web/app/controllers/DAController.js
@@ -456,6 +456,16 @@ function ($scope, $rootScope, $compile, $http, $log, $location, $timeout, DA, Mo
$rootScope.isVisibleLogin = false;
$scope.loadSearchDataForBodyView();
+ /*Code commented due to unavailability of modules list on 'da-view-list' view*/
+ /*if (typeof($rootScope.CommonData)=="undefined" || $rootScope.CommonData == null) {
+ console.log('Reloading json data for body view => BROWSER REFRESH ISSUE...');
+ $scope.loadDissectibleAnatomyData();
+
+ if ((typeof($rootScope.MenuModuleName) == "undefined") || $rootScope.MenuModuleName == null) {
+ $rootScope.MenuModuleName = "DA";
+ }
+ }*/
+
console.log('currentBodyViewId pickjed from localStorage: ' + currentBodyViewId);