ka215 / jquery.timeline

You can easily create the horizontal timeline with two types by using this jQuery plugin.
MIT License
240 stars 43 forks source link

Events being copied after reload #91

Open jcsdesterke opened 2 years ago

jcsdesterke commented 2 years ago

After reloading the timeline the events get copied. This results in events displaying double on the timeline. How can I prevent the timeline to copy the old events to the timeline after reloading? I have the reloadCacheKeep setting set to false, but it keeps happening.

jcsdesterke commented 2 years ago

Solved