mirror of
https://github.com/Ylianst/MeshCentral.git
synced 2025-12-07 16:22:21 -05:00
Added built-in Let's Encrypt support using GreenLock.
This commit is contained in:
@@ -1693,6 +1693,7 @@
|
||||
}
|
||||
|
||||
function deskAdjust() {
|
||||
console.log('deskAdjust');
|
||||
var x = (Math.max(document.documentElement.clientHeight, window.innerHeight || 0) - (Q('deskarea1').clientHeight + Q('deskarea2').clientHeight + Q('Desk').clientHeight + Q('deskarea4').clientHeight + 2)) / 2;
|
||||
if (fullscreen) {
|
||||
document.documentElement.style.overflow = 'hidden';
|
||||
|
||||
Reference in New Issue
Block a user