SiegeEngineers / aoe2techtree

Age of Empires II Tech Tree
https://aoe2techtree.net/
MIT License
225 stars 59 forks source link

Refactor include JS to use defer #126

Closed Rotzbua closed 1 year ago

Rotzbua commented 1 year ago

Script can be defined in the head and loaded defer. Ensured that main() is started only after the page has finished loading.

HSZemi commented 1 year ago

ty :yellow_heart: