almende / vis

⚠️ This project is not maintained anymore! Please go to https://github.com/visjs
7.86k stars 1.48k forks source link

Timeline bug with safari “moveTo” #4296

Closed benbelek closed 5 years ago

benbelek commented 5 years ago

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

benbelek commented 5 years ago

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'); };