Commit ad7edd3512f6915d05eda59e96579d634d0fea08

Authored by Mukul Rajput
1 parent 3c58ab07

Clinical Animation > Settings gets close when click on the Apply button

400-SOURCECODE/AIAHTML5.Web/app/controllers/HomeController.js
... ... @@ -3536,6 +3536,7 @@ function ($rootScope, Modules, $log, $location, $timeout, DataService, Authentic
3536 3536  
3537 3537  
3538 3538 $rootScope.UpdateSetting = function (setting) {
  3539 +
3539 3540 $rootScope.isApplyBtnClicked = true;
3540 3541 var isReloadingViewRequired = false;
3541 3542 //1.
... ... @@ -3593,8 +3594,8 @@ function ($rootScope, Modules, $log, $location, $timeout, DataService, Authentic
3593 3594 }
3594 3595 else {
3595 3596  
3596   - // $('#modal-settings').css("display", "none");
3597   - // $("#modelsettingsbackground").css("display", "none");
  3597 + $('#modal-settings').css("display", "none");
  3598 + $("#modelsettingsbackground").css("display", "none");
3598 3599 }
3599 3600 $rootScope.lexiconRemovedLanguage = [];
3600 3601 $("#secondLax option").each(function () {
... ...