git.ntnlv.ca
Repositories
Help
Report an Issue
faubourg-carte.git
Code
Commits
Branches
Tags
Search
Tree:
04bb71a
Branches
Tags
demo
faubourg-carte.git
js
window.js
obsolescence
davvalent
commited
04bb71a
at 2023-03-24 20:33:50
window.js
Blame
History
Raw
/** * Initialisation du viewport - Full viewport * * @deprecated since version 0.1 */ (() => { h = window.innerHeight + "px"; document.styleSheets[1].cssRules[1].style.height = h; })();