User:Iritscen/vector-2022.js: Difference between revisions

variables for these properties just do not work outside of Firefox for some reason, so reverted to much more laborious approach
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');
     root.style.setProperty('--month-before', '"/"');
     changeDateSeparator('month', '/');
     root.style.setProperty('--day-before', '');
     changeDateSeparator('day', '');
   }
   }
}
}