Update
This commit is contained in:
parent
c20386fa54
commit
eebfbd0f3b
public/assets/js
|
@ -74,7 +74,7 @@ async function openInNewTab(url) {
|
|||
}
|
||||
async function getMastodonPage() {
|
||||
let log = document.getElementById('log');
|
||||
if (!log) {
|
||||
if (log == null) {
|
||||
setTimeout(getMastodonPage, 1000);
|
||||
return;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue