move from new.bocken.org to bocken.org

This commit is contained in:
2023-10-05 10:09:50 +02:00
parent b70c236598
commit 4a2edd85a1
6 changed files with 10 additions and 10 deletions

View File

@@ -5,7 +5,7 @@
const el = document.querySelector("#options")
el.hidden = !el.hidden
}
let src="https://new.bocken.org/static/user/thumb/" + username + ".webp"
let src="https://bocken.org/static/user/thumb/" + username + ".webp"
onMount( () => {
document.addEventListener("click", (e) => {
const el = document.querySelector("#button")