add: more mod panel stats add: show user invite in mod panel add:
ability to share to twitter/bluesky
This commit is contained in:
parent
66beef6b1d
commit
2676340fba
8 changed files with 201 additions and 22 deletions
|
@ -1227,7 +1227,14 @@ ${option.input_element_type === "textarea" ? `${option.value}</textarea>` : ""}
|
|||
).text();
|
||||
|
||||
self.IO_DATA_WAITING = false;
|
||||
self.IO_DATA_ELEMENT.querySelector("[ui_ident=loading_skel]").remove();
|
||||
|
||||
const loading_skel = self.IO_DATA_ELEMENT.querySelector(
|
||||
"[ui_ident=loading_skel]",
|
||||
);
|
||||
|
||||
if (loading_skel) {
|
||||
loading_skel.remove();
|
||||
}
|
||||
|
||||
if (
|
||||
text.includes(`!<!-- observer_disconnect_${window.BUILD_CODE} -->`)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue