almende / vis

⚠️ This project is not maintained anymore! Please go to https://github.com/visjs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Timeline bug with safari “moveTo”

benbelek opened this issue · comments

I've got a problem with a project of timeline with vis.js - http://visjs.org

All work fine with Chrome & Firefox, but on Safari my moveTo button doesn't work...

Here is the link of the project : http://lestombeesdelanuit.com/docs/timeline2019/

Anyone have an idea ?

Thanks

I found the solution, i have to add a T between date and hour :
document.getElementById('mercredi').onclick = function() {timeline.moveTo('2019-07-03T18:00:00'); };