Merge branch 'main' into feature/admin
Some checks failed
.NET / Build & Test (push) Failing after 46s
Some checks failed
.NET / Build & Test (push) Failing after 46s
This commit is contained in:
commit
869ee77446
@ -107,6 +107,7 @@ declare const Prism: any;
|
||||
|
||||
let avatarType = 0;
|
||||
const headshot = document.getElementById("index-headshot") as HTMLImageElement;
|
||||
if (headshot) {
|
||||
headshot.addEventListener("click", (ev: MouseEvent) => {
|
||||
if (avatarType === 0) {
|
||||
headshot.classList.add("headshot-spin", "headshot-spin-start");
|
||||
@ -134,4 +135,5 @@ declare const Prism: any;
|
||||
}, 400);
|
||||
}
|
||||
});
|
||||
}
|
||||
})();
|
||||
|
Loading…
Reference in New Issue
Block a user