This commit is contained in:
Valeria Fadeeva 2023-12-15 22:43:38 +05:00
parent c20386fa54
commit eebfbd0f3b
1 changed files with 1 additions and 1 deletions

View File

@ -74,7 +74,7 @@ async function openInNewTab(url) {
} }
async function getMastodonPage() { async function getMastodonPage() {
let log = document.getElementById('log'); let log = document.getElementById('log');
if (!log) { if (log == null) {
setTimeout(getMastodonPage, 1000); setTimeout(getMastodonPage, 1000);
return; return;
} }