Closed benbelek closed 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
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'); };
document.getElementById('mercredi').onclick = function() {timeline.moveTo('2019-07-03T18:00:00'); };
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