We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1831b3c commit 6fc801eCopy full SHA for 6fc801e
1 file changed
assets/js-calendar.js
@@ -20,8 +20,7 @@ var cal = {
20
hfColor : null, hfBG : null,
21
hfDel : null,
22
23
- // (A3) HELPER FUNCTIONS
24
- toDate : date => parseInt(date.replace(/-|T|:/g, "")),
+ // (A3) HELPER FUNCTION - TRANSITION
25
transit : swap => {
26
if (document.startViewTransition) { document.startViewTransition(swap); }
27
else { swap(); }
0 commit comments