dashboard #2

Merged
v4l3n71n merged 46 commits from dashboard into master 2022-08-25 21:40:00 +00:00
2 changed files with 5 additions and 0 deletions
Showing only changes of commit 282c81adfa - Show all commits

View File

@ -90,3 +90,7 @@ body {
border-color: transparent;
box-shadow: 0 0 0 3px rgba(255, 255, 255, .25);
}
#users tbody td {
cursor: pointer;
}

View File

@ -2,6 +2,7 @@ checkToken();
document.getElementById("signin").addEventListener("submit", function(evt){
evt.preventDefault();
console.log("toto");
var pseudo = document.getElementById("floatingPseudo");
var password = document.getElementById("floatingPassword");
if((password.value.length > 0) || (pseudo.value.length > 0)){