updated console and server repo name
This commit is contained in:
5
private-console/web/public_js/utils/view_utils.js
Normal file
5
private-console/web/public_js/utils/view_utils.js
Normal file
@@ -0,0 +1,5 @@
|
||||
|
||||
function getViewPortHeight() {
|
||||
var h = Math.max(document.documentElement.clientHeight, window.innerHeight || 0);
|
||||
return h;
|
||||
}
|
||||
Reference in New Issue
Block a user