You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
To properly implement #15 I think there needs to be a JS block in the rendered 14-day notebook that creates JS globals indicating which days are being displayed. Something like:
Hmmm, because they're both from the same origin, I think JS from the iframe should be available, but another option that avoids CORS problems would be metas in the header:
To properly implement #15 I think there needs to be a JS block in the rendered 14-day notebook that creates JS globals indicating which days are being displayed. Something like:
These global variables could then be used by the daily viewer JS to create the necessary UI elements (whatever they are).
The text was updated successfully, but these errors were encountered: