Update
This commit is contained in:
parent
ff7fbddff3
commit
74631832fe
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue