mirror of
https://git.coolaj86.com/coolaj86/telebit-relay.js.git
synced 2025-04-22 03:20:37 +00:00
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) {
|
if ('complete' === data.status) {
|
||||||
setTimeout(function () {
|
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,
|
// TODO once this is loaded (even error) Let's Encrypt is done,
|
||||||
// then it's time to redirect to the domain. Yay!
|
// then it's time to redirect to the domain. Yay!
|
||||||
}, 1 * 1000);
|
}, 1 * 1000);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user