Skip to content
Snippets Groups Projects
Commit 3b15d85f authored by Tim Repke's avatar Tim Repke
Browse files
parents b3d1a930 772fa66f
No related branches found
No related tags found
No related merge requests found
......@@ -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()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment