From bbee69832225ab0756b9914f56f33525b9e4e73a Mon Sep 17 00:00:00 2001 From: AJ ONeal Date: Fri, 29 Jun 2018 12:07:25 +0000 Subject: [PATCH] disable auto-https triggering for now --- lib/extensions/admin/login/js/app.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/extensions/admin/login/js/app.js b/lib/extensions/admin/login/js/app.js index c717a12..2b23cf9 100644 --- a/lib/extensions/admin/login/js/app.js +++ b/lib/extensions/admin/login/js/app.js @@ -19,7 +19,7 @@ function checkStatus() { } if ('complete' === data.status) { setTimeout(function () { - window.document.body.innerHTML += (''); + //window.document.body.innerHTML += (''); // TODO once this is loaded (even error) Let's Encrypt is done, // then it's time to redirect to the domain. Yay! }, 1 * 1000);