diff --git a/400-SOURCECODE/AIAHTML5.Web/app/controllers/CAController.js b/400-SOURCECODE/AIAHTML5.Web/app/controllers/CAController.js
index 5e7d6b1..d9a31bc 100644
--- a/400-SOURCECODE/AIAHTML5.Web/app/controllers/CAController.js
+++ b/400-SOURCECODE/AIAHTML5.Web/app/controllers/CAController.js
@@ -53,7 +53,8 @@ function ($scope, $window, $rootScope, $compile, $http, log, $location, $timeout
$scope.CAAllBodySystem = BodySystems;
$scope.CAAllSpeciality = MedicalSpecialties;
$scope.scroll();
-
+ //push the details of open module in array $rootScope.openModules
+ $rootScope.openModules.push({ "ModuleId": 5 });
//set the local storage
var curtab = $rootScope.getLocalStorageValue("currentCATabView");
diff --git a/400-SOURCECODE/AIAHTML5.Web/app/controllers/HomeController.js b/400-SOURCECODE/AIAHTML5.Web/app/controllers/HomeController.js
index 6a243aa..74dd3e7 100644
--- a/400-SOURCECODE/AIAHTML5.Web/app/controllers/HomeController.js
+++ b/400-SOURCECODE/AIAHTML5.Web/app/controllers/HomeController.js
@@ -3859,6 +3859,7 @@ function ($rootScope, Modules, $log, $location, $timeout, DataService, Authentic
$rootScope.UpdateSetting = function (setting) {
+
$rootScope.isApplyBtnClicked = true;
var isReloadingViewRequired = false;
//1.
@@ -3916,8 +3917,8 @@ function ($rootScope, Modules, $log, $location, $timeout, DataService, Authentic
}
else {
- // $('#modal-settings').css("display", "none");
- // $("#modelsettingsbackground").css("display", "none");
+ $('#modal-settings').css("display", "none");
+ $("#modelsettingsbackground").css("display", "none");
}
$rootScope.lexiconRemovedLanguage = [];
$("#secondLax option").each(function () {