This commit is contained in:
Valeria Fadeeva 2023-12-15 22:49:42 +05:00
parent ff7fbddff3
commit 74631832fe
1 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
async function fetchData(log) {
async function fetchData(log, tpl) {
var log = document.getElementById('log');
var server_address = `techhub.social`;
@ -110,7 +110,7 @@ async function getMastodonPage() {
log.innerHTML = "<p>2) Ой всё сломалось :(</p>";
}
fetchData(log);
fetchData(log, tpl);
}
let query = window.location.pathname;