GenoPro Home
GenoPro Home  |  Get Started With My Genealogy Tree  |  Buy  |  Login  |  Privacy  |  Search  |  Site Map
 

GenoPro Support Forum




personal timeline javascript language problem

Click to view RSS...
Author Showing only the frame, no contents
Posted Saturday, September 22, 2007 - Post #19286
Forum Newbie

Forum NewbieForum NewbieForum NewbieForum NewbieForum NewbieForum NewbieForum NewbieForum NewbieForum Newbie

Customers
FamilyTrees.GenoPro.com
GenoPro version: 3.0.0.5

Last Login: Wednesday, August 8, 2018
Posts: 8, Visits: 62
In the generate HTML pages within the Javascript it is mentioned:

<script>
var tl, tlParam = new Object();
tlParam.unit = 8; tlParam.pixels=70; tlParam.duration = waar
tlParam.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 = true
tlParam.nowTag = ' now';
tlParam.wrapEvents = true;
tlParam.json0 = {
'events' : [

{ 'start' :

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?


Threaded View

Expand / Collapse
Threaded View
Forum Post personal timeline javascript language problem By 317911 ( Saturday, September 22, 2007 )
Forum Post Thanks for reporting this problem, which I assume occurs with other... By genome ( Saturday, September 22, 2007 )
Forum Post Thanks, for the quick reply. It is working now. Ary By 317911 ( Saturday, September 22, 2007 )


Similar Topics

Click to view RSS...
Expand / Collapse

Reading This Topic

Expand / Collapse