Commit bad813ccec7fc229d297732b79ee1b951d0b5a50

Authored by Amrita Vishnoi
1 parent 23a2156a

One fix related to navigator man settings fix

400-SOURCECODE/AIAHTML5.Web/app/controllers/HomeController.js
... ... @@ -537,12 +537,12 @@ AIA.controller("HomeController", ["$rootScope", "Modules", "$log", "$location",
537 537 if (typeof (setting.ethnicity) !== "undefined" && setting.ethnicity !== null) {
538 538 $rootScope.ChangeEthnicity(setting, setting.ethnicity);
539 539 $rootScope.globalSetting.ethnicity = setting.ethnicity;
540   - //$rootScope.setEthncitySettings($rootScope.globalSetting.ethnicity);
  540 + $rootScope.setEthncitySettings($rootScope.globalSetting.ethnicity);
541 541 }
542 542 if (typeof (setting.modesty) !== "undefined" && setting.modesty !== null) {
543 543 $rootScope.ChangeEthnicity(setting, setting.ethnicity);
544 544 $rootScope.globalSetting.modesty = setting.modesty;
545   - //$rootScope.setModestySettings($rootScope.globalSetting.modesty);
  545 + $rootScope.setModestySettings($rootScope.globalSetting.modesty);
546 546 }
547 547  
548 548 //2.
... ...