rename user.html
This commit is contained in:
parent
106ff00ce3
commit
2fbcaa79f1
@ -55,7 +55,7 @@ instance.get("users", {withCredentials: true, params :{ page:0, nbPages: nbPages
|
|||||||
|
|
||||||
trAll[i].addEventListener("click", function(e){
|
trAll[i].addEventListener("click", function(e){
|
||||||
var id = e.currentTarget.querySelector("td").textContent;
|
var id = e.currentTarget.querySelector("td").textContent;
|
||||||
location.href="/html/users.html?id="+id;
|
location.href="/html/user.html?id="+id;
|
||||||
});
|
});
|
||||||
|
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user