configured binary download URL

This commit is contained in:
strawmanbobi
2020-05-05 18:10:39 +08:00
parent 340c62eb83
commit f6bdee2928
5 changed files with 11 additions and 3 deletions

View File

@@ -0,0 +1,5 @@
function getViewPortHeight() {
var h = Math.max(document.documentElement.clientHeight, window.innerHeight || 0);
return h;
}