Difference between revisions of "Widget:Timeline"
Jump to navigation
Jump to search
(Created page with "<includeonly> <script> var timelineparent = document.getElementById('timeline'); if (timelineparent) { setTimeout( CreateTimeline, 500 ); } function CreateTimeline() { timelineparent = document.getElementById('timeline'); if (timelineparent) { var smallestTime = 0; var biggesttime=0; var scale = Number(timelineparent.getAttribute("data-scale")); if (scale <=0 || scale == NaN){scale = 1} var log = timelineparent.getAttribute("data-log"); var ti...") |
|||
| Line 103: | Line 103: | ||
} | } | ||
</script> | </script> | ||
</includeonly> | |||