|
|
@ -147,6 +147,7 @@ function addInformativeInteractions() {
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
async function fetchTableRestFragment() {
|
|
|
|
async function fetchTableRestFragment() {
|
|
|
|
|
|
|
|
if (location.pathname != "/") return;
|
|
|
|
const request = await fetch("/_fragment/rest/");
|
|
|
|
const request = await fetch("/_fragment/rest/");
|
|
|
|
const html = await request.text();
|
|
|
|
const html = await request.text();
|
|
|
|
const tableBody = dom.tbl_communities()?.querySelector("tbody")
|
|
|
|
const tableBody = dom.tbl_communities()?.querySelector("tbody")
|
|
|
|