Ary
The AddHeader function in script Code/TimelineInfo.vbs needs to be changed:
I will include this change in my next version of the Narrative Report.
<script>var tl, tlParam = new Object();tlParam.unit = 8; tlParam.pixels=70; tlParam.duration = waartlParam.nowTag = ' now';tlParam.wrapEvents = waar;tlParam.json0 = {'events' : [
{ 'start' :
If the code is change manually into
<script>var tl, tlParam = new Object();tlParam.unit = 8; tlParam.pixels=70; tlParam.duration = truetlParam.nowTag = ' now';tlParam.wrapEvents = true;tlParam.json0 = {'events' : [
everything works fine.
It looks like the system converts true into waar (which is dutch for true).
How to set things so it will work correctly automatically?