Skip to content

#982 ESCET website: fix async loading of news JS file.

Dennis Hendriks requested to merge 982-escet-website-news-async-fix into develop
  • The previous approach had an issue. If the JS download finished after the DOM was already loaded, then the DOMContentLoaded event didn't happen anymore.
  • I now use defer instead of async, and no more DOMContentLoaded event.
  • This time I tested it also with local webserver, and this fixes it, at least locally.

Addresses #982

Merge request reports

Loading