disable auto-https triggering for now
This commit is contained in:
parent
cc58fcb98a
commit
bbee698322
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue