|
|
|
@ -140,7 +140,6 @@ async function onLoad() {
|
|
|
|
createJoinLinkButtons();
|
|
|
|
createJoinLinkButtons();
|
|
|
|
markSortableColumns();
|
|
|
|
markSortableColumns();
|
|
|
|
addQRModalHandlers();
|
|
|
|
addQRModalHandlers();
|
|
|
|
addSearchInteractions();
|
|
|
|
|
|
|
|
preloadImages();
|
|
|
|
preloadImages();
|
|
|
|
setInterval(() => {
|
|
|
|
setInterval(() => {
|
|
|
|
preloadImages();
|
|
|
|
preloadImages();
|
|
|
|
@ -157,6 +156,7 @@ async function onLoad() {
|
|
|
|
await RoomInfo.fetchRooms();
|
|
|
|
await RoomInfo.fetchRooms();
|
|
|
|
reactToURLParameters();
|
|
|
|
reactToURLParameters();
|
|
|
|
addServerIconInteractions();
|
|
|
|
addServerIconInteractions();
|
|
|
|
|
|
|
|
addSearchInteractions();
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
/**
|
|
|
|
|