From ad7edd3512f6915d05eda59e96579d634d0fea08 Mon Sep 17 00:00:00 2001 From: Mukul Date: Tue, 19 Sep 2017 13:12:44 +0530 Subject: [PATCH] Clinical Animation > Settings gets close when click on the Apply button --- 400-SOURCECODE/AIAHTML5.Web/app/controllers/HomeController.js | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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 () { -- libgit2 0.21.4