git.ntnlv.ca
Repositories
Help
Report an Issue
faubourg-carte.git
Code
Commits
Branches
Tags
Search
Tree:
9aa1339
Branches
Tags
demo
faubourg-carte.git
js
window.js
Refactorisation
davvalent
commited
9aa1339
at 2022-08-26 03:48:52
window.js
Blame
History
Raw
/** * Initialisation du viewport */ (() => { h = window.innerHeight + "px"; document.styleSheets[1].cssRules[1].style.height = h; })();