rename user.html

This commit is contained in:
Valentin CZERYBA 2022-08-06 21:49:47 +02:00
parent 106ff00ce3
commit 2fbcaa79f1

View File

@ -55,7 +55,7 @@ instance.get("users", {withCredentials: true, params :{ page:0, nbPages: nbPages
trAll[i].addEventListener("click", function(e){
var id = e.currentTarget.querySelector("td").textContent;
location.href="/html/users.html?id="+id;
location.href="/html/user.html?id="+id;
});
}