diff --git a/400-SOURCECODE/AIAHTML5.Web/app/controllers/HomeController.js b/400-SOURCECODE/AIAHTML5.Web/app/controllers/HomeController.js
index 3a61aac..2f57e7b 100644
--- a/400-SOURCECODE/AIAHTML5.Web/app/controllers/HomeController.js
+++ b/400-SOURCECODE/AIAHTML5.Web/app/controllers/HomeController.js
@@ -3536,6 +3536,7 @@ function ($rootScope, Modules, $log, $location, $timeout, DataService, Authentic
$rootScope.UpdateSetting = function (setting) {
+
$rootScope.isApplyBtnClicked = true;
var isReloadingViewRequired = false;
//1.
@@ -3593,8 +3594,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 () {