diff --git a/400-SOURCECODE/AIAHTML5.Web/app/controllers/HomeController.js b/400-SOURCECODE/AIAHTML5.Web/app/controllers/HomeController.js index 924abff..71270f0 100644 --- a/400-SOURCECODE/AIAHTML5.Web/app/controllers/HomeController.js +++ b/400-SOURCECODE/AIAHTML5.Web/app/controllers/HomeController.js @@ -6175,6 +6175,7 @@ function ($rootScope, $scope, Modules, $log, $location, $compile, $timeout, Data //$('#modal-settings').css("display", "none"); //$("#modelsettingsbackground").css("display", "none"); } + $rootScope.saveSettings = function () { var currentSkintone = $rootScope.globalSetting.ethnicity; @@ -6192,6 +6193,8 @@ function ($rootScope, $scope, Modules, $log, $location, $compile, $timeout, Data $rootScope.errorMessage = AIAConstants.SETTINGS_SAVED ; $('#modal-settings').css("display", "none"); $("#modelsettingsbackground").css("display", "none"); + //hide saveSettingsMessageModal + $("#saveSettingsMessageModal").modal('hide'); } else{ diff --git a/400-SOURCECODE/AIAHTML5.Web/index.aspx b/400-SOURCECODE/AIAHTML5.Web/index.aspx index f4c50dd..4e86296 100644 --- a/400-SOURCECODE/AIAHTML5.Web/index.aspx +++ b/400-SOURCECODE/AIAHTML5.Web/index.aspx @@ -607,11 +607,8 @@ -
@@ -1079,6 +1076,34 @@ + +