19,502
edits
m (are double quotes all I needed?) Tag: Reverted |
(variables for these properties just do not work outside of Firefox for some reason, so reverted to much more laborious approach) Tag: Manual revert |
||
Line 48: | Line 48: | ||
root.style.setProperty('--month-order', '2'); | root.style.setProperty('--month-order', '2'); | ||
root.style.setProperty('--day-order', '1'); | root.style.setProperty('--day-order', '1'); | ||
changeDateSeparator('month', '/'); | |||
changeDateSeparator('day', ''); | |||
} | } | ||
} | } |