diff --git a/400-SOURCECODE/AIAHTML5.Web/app/controllers/HomeController.js b/400-SOURCECODE/AIAHTML5.Web/app/controllers/HomeController.js index 04c9c79..5b3ef43 100644 --- a/400-SOURCECODE/AIAHTML5.Web/app/controllers/HomeController.js +++ b/400-SOURCECODE/AIAHTML5.Web/app/controllers/HomeController.js @@ -537,12 +537,12 @@ AIA.controller("HomeController", ["$rootScope", "Modules", "$log", "$location", if (typeof (setting.ethnicity) !== "undefined" && setting.ethnicity !== null) { $rootScope.ChangeEthnicity(setting, setting.ethnicity); $rootScope.globalSetting.ethnicity = setting.ethnicity; - //$rootScope.setEthncitySettings($rootScope.globalSetting.ethnicity); + $rootScope.setEthncitySettings($rootScope.globalSetting.ethnicity); } if (typeof (setting.modesty) !== "undefined" && setting.modesty !== null) { $rootScope.ChangeEthnicity(setting, setting.ethnicity); $rootScope.globalSetting.modesty = setting.modesty; - //$rootScope.setModestySettings($rootScope.globalSetting.modesty); + $rootScope.setModestySettings($rootScope.globalSetting.modesty); } //2.