disable auto-https triggering for now

This commit is contained in:
AJ ONeal 2018-06-29 12:07:25 +00:00
parent cc58fcb98a
commit bbee698322
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@ function checkStatus() {
}
if ('complete' === data.status) {
setTimeout(function () {
window.document.body.innerHTML += ('<img src="https://' + domainname + '/_apis/telebit.cloud/clear.gif">');
//window.document.body.innerHTML += ('<img src="https://' + domainname + '/_apis/telebit.cloud/clear.gif">');
// TODO once this is loaded (even error) Let's Encrypt is done,
// then it's time to redirect to the domain. Yay!
}, 1 * 1000);