aboutsummaryrefslogtreecommitdiff
path: root/profile/public/user.js
diff options
context:
space:
mode:
Diffstat (limited to 'profile/public/user.js')
-rw-r--r--profile/public/user.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/profile/public/user.js b/profile/public/user.js
index ba6952e..b0eb768 100644
--- a/profile/public/user.js
+++ b/profile/public/user.js
@@ -18,6 +18,7 @@ function addUser(userData) {
}
const h1 = document.createElement("h1");
h1.textContent = `${user.name} ${user.middlename || ""} ${user.surname}`;
+ document.querySelector("title").textContent = h1.textContent;
h1.addEventListener("click", (evt) => {
const qDivs = evt.target.parentElement.querySelectorAll("div");
qDivs.forEach(