diff --git a/compiled/js/timeline.js b/compiled/js/timeline.js index 4375d18..42cd1d6 100644 --- a/compiled/js/timeline.js +++ b/compiled/js/timeline.js @@ -5544,7 +5544,7 @@ if(typeof VMM != 'undefined' && typeof VMM.Timeline == 'undefined') { timeline_id = "#timeline"; } - version = "1.10"; + version = "1.20"; trace("TIMELINE VERSION " + version); diff --git a/source/js/VMM.Timeline.js b/source/js/VMM.Timeline.js index 9eb6643..f28aab3 100755 --- a/source/js/VMM.Timeline.js +++ b/source/js/VMM.Timeline.js @@ -62,7 +62,7 @@ if(typeof VMM != 'undefined' && typeof VMM.Timeline == 'undefined') { timeline_id = "#timeline"; } - version = "1.10"; + version = "1.20"; trace("TIMELINE VERSION " + version); @@ -220,7 +220,8 @@ if(typeof VMM != 'undefined' && typeof VMM.Timeline == 'undefined') { ================================================== */ function onDataReady(e, d) { - + trace("onDataReady"); + trace(d); data = d.timeline; if (type.of(data.era) == "array") { @@ -321,7 +322,6 @@ if(typeof VMM != 'undefined' && typeof VMM.Timeline == 'undefined') { VMM.fireEvent(global, "MESSEGE", "Internet Explorer 7 is not supported by #Timeline."); } else { if (type.of(_data) == "string" || type.of(_data) == "object") { - trace("GET DATA 1") VMM.Timeline.DataObj.getData(_data); } else { VMM.Timeline.DataObj.getData(VMM.getElement(timeline_id)); @@ -335,6 +335,12 @@ if(typeof VMM != 'undefined' && typeof VMM.Timeline == 'undefined') { }; this.reload = function(_d) { + trace("loadNewDates" + _d); + $messege = VMM.appendAndGetElement($feedback, "