fix raw ISO dates on review page; allow code download on Edge
Fixed
- Directly call the
disableUnsupportedFeatures
andprettifyDates
functions in theDOMContentLoaded
listener instead of usingaddEventListener
on thebody
. - Enable printable code download on Edge.
What's Changed
Full Changelog: 10.1.12...10.1.13