From 772fa66f2203d0d0767835822e338d1c8e3748d9 Mon Sep 17 00:00:00 2001 From: Manuel Herrmann <it@icetruck.de> Date: Fri, 26 Sep 2014 01:11:08 +0200 Subject: [PATCH] story text fix essen --- registration-system/view/js/story.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/registration-system/view/js/story.js b/registration-system/view/js/story.js index 3dd0773..1fc05aa 100644 --- a/registration-system/view/js/story.js +++ b/registration-system/view/js/story.js @@ -219,7 +219,7 @@ Story.prototype.initSummary = function() $('#story_summary_mehl').text(this.form_variables.mehl); $('#story_summary_andaytyp').text(this.form_variables.travelStartDate + ", " + Story.travelMapPhp[Story.travelMap[this.form_variables.travelStartType]]); $('#story_summary_abdaytyp').text(this.form_variables.travelEndDate + ", " + Story.travelMapPhp[Story.travelMap[this.form_variables.travelEndType]]); - $('#story_summary_eat').text(Story.eatMap[this.form_variables.eat]); + $('#story_summary_eat').text(Story.eatMapPhp[Story.eatMap[this.form_variables.eat]]); $('#story_summary_age').text(Story.ageMap[this.form_variables.age]); } Story.prototype.initTravelStart = function() -- GitLab