Browse Source

Fix for text not showing up on slides

pull/227/head
Zach Wise 12 years ago
parent
commit
f864a166c1
  1. 1
      source/js/VMM.Timeline.DataObj.js

1
source/js/VMM.Timeline.DataObj.js

@ -232,6 +232,7 @@ if (typeof VMM.Timeline !== 'undefined' && typeof VMM.Timeline.DataObj == 'undef
startDate: getGVar(dd.gsx$startdate),
endDate: getGVar(dd.gsx$enddate),
headline: getGVar(dd.gsx$headline),
text: getGVar(dd.gsx$text),
tag: getGVar(dd.gsx$tag),
asset: {
media: getGVar(dd.gsx$media),

Loading…
Cancel
Save