This commit is contained in:
@@ -181,12 +181,6 @@ document.addEventListener("DOMContentLoaded", async () => {
|
||||
|
||||
document.getElementById('chatOverlayLink').href = url() + '/chatoverlay'
|
||||
|
||||
document.addEventListener("DOMContentLoaded", async () => {
|
||||
if (!localStorage.getItem("userId")) {
|
||||
localStorage.setItem("userId", self.crypto.randomUUID());
|
||||
}
|
||||
})
|
||||
|
||||
configurePopover();
|
||||
})
|
||||
|
||||
|
||||
Reference in New Issue
Block a user