From bad813ccec7fc229d297732b79ee1b951d0b5a50 Mon Sep 17 00:00:00 2001 From: amrita.vishnoi Date: Thu, 1 Sep 2016 14:07:57 +0530 Subject: [PATCH] One fix related to navigator man settings fix --- 400-SOURCECODE/AIAHTML5.Web/app/controllers/HomeController.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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. -- libgit2 0.21.4