Skip to content

Commit

Permalink
Release 0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
JoeGermuska committed Sep 16, 2014
1 parent ffb4393 commit 47d8c60
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/embed/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@
trace('embed: storymap data loaded');

if (d && d.storymap) {
PROPERTIES_TO_COPY = ['map_type', 'map_subdomains', 'map_as_image', 'use_custom_markers', 'map_background_color', 'language', 'zoomify', 'relative_date', 'call_to_action_text']
PROPERTIES_TO_COPY = ['map_type', 'map_subdomains', 'map_as_image', 'use_custom_markers', 'map_background_color', 'language', 'zoomify', 'relative_date', 'call_to_action', 'call_to_action_text']
for (var i = 0; i < PROPERTIES_TO_COPY.length; i++) {
if (d.storymap[PROPERTIES_TO_COPY[i]]) {
options[PROPERTIES_TO_COPY[i]] = d.storymap[PROPERTIES_TO_COPY[i]];
Expand Down

0 comments on commit 47d8c60

Please sign in to comment.