Added built-in Let's Encrypt support using GreenLock.

This commit is contained in:
Ylian Saint-Hilaire
2018-01-14 21:01:06 -08:00
parent f6ef228de6
commit 65d6775303
10 changed files with 285 additions and 186 deletions

View File

@@ -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';