|
|
|
|
@ -36,6 +36,7 @@ export const dom = {
|
|
|
|
|
details_modal: () => document.getElementById('details-modal'),
|
|
|
|
|
details_modal_tag_container: () => document.getElementById('details-modal-room-tags'),
|
|
|
|
|
details_modal_qr_code: () => document.getElementById('details-modal-qr-code'),
|
|
|
|
|
details_modal_room_icon: () => document.getElementById('details-modal-community-icon'),
|
|
|
|
|
join_urls: () => document.getElementsByClassName("join_url_container"),
|
|
|
|
|
servers_hidden: () => document.getElementById("servers_hidden"),
|
|
|
|
|
snackbar: () => document.getElementById("copy-snackbar"),
|
|
|
|
|
|