I’m trying to use both extensions so that whenever the page is reloaded it stays on the same day.
However every time I use it with timeline it gives me this error:
dhtmlxscheduler.js:162 Uncaught TypeError: Cannot read property ‘valueOf’ of undefined
at Object.scheduler.is_visible_events (dhtmlxscheduler.js:162)
at Object.scheduler.event_updated (dhtmlxscheduler.js:162)
at Object.scheduler.addEvent (dhtmlxscheduler.js:159)
at Object.e.addEvent (dhtmlxscheduler_recurring.js:24)
at Object.scheduler._process_loading (dhtmlxscheduler.js:200)
at Object.scheduler.on_load (dhtmlxscheduler.js:200)
at Object.scheduler.parse (dhtmlxscheduler.js:203)
at Object.success (scheduler.php:170)
at i (jquery-2.2.3.min:2)
at Object.fireWith [as resolveWith] (jquery-2.2.3.min:2)
FOLLOWED by a bunch of these
dhtmlxscheduler_timeline.js:57 Uncaught TypeError: Cannot read property ‘length’ of undefined
at Object.e._timeline_drag_date (localhost/abstract/FrontEnd/js/d … e.js:57:94)
at Object.e.(anonymous function) [as mouse_timeline] (localhost/abstract/FrontEnd/js/d … .js:15:121)
at Object.scheduler._mouse_coords (localhost/abstract/FrontEnd/js/d … .js:84:412)
at Object.scheduler.getActionData (localhost/abstract/FrontEnd/js/d … js:122:331)
at Object. (localhost/abstract/FrontEnd/js/d … .js:80:136)
at Object.z [as ev_onmousemove] (localhost/abstract/FrontEnd/js/d … .js:39:496)
at Object.obj.callEvent (localhost/abstract/FrontEnd/js/d … .js:39:277)
at Object.scheduler._on_mouse_move (localhost/abstract/FrontEnd/js/d … r.js:97:55)
at HTMLDivElement._obj.onmousemove (localhost/abstract/FrontEnd/js/d … .js:74:120)
Any thoughts?