selector cursor
This commit is contained in:
parent
d7eb43f4b1
commit
282c81adfa
@ -90,3 +90,7 @@ body {
|
|||||||
border-color: transparent;
|
border-color: transparent;
|
||||||
box-shadow: 0 0 0 3px rgba(255, 255, 255, .25);
|
box-shadow: 0 0 0 3px rgba(255, 255, 255, .25);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#users tbody td {
|
||||||
|
cursor: pointer;
|
||||||
|
}
|
@ -2,6 +2,7 @@ checkToken();
|
|||||||
|
|
||||||
document.getElementById("signin").addEventListener("submit", function(evt){
|
document.getElementById("signin").addEventListener("submit", function(evt){
|
||||||
evt.preventDefault();
|
evt.preventDefault();
|
||||||
|
console.log("toto");
|
||||||
var pseudo = document.getElementById("floatingPseudo");
|
var pseudo = document.getElementById("floatingPseudo");
|
||||||
var password = document.getElementById("floatingPassword");
|
var password = document.getElementById("floatingPassword");
|
||||||
if((password.value.length > 0) || (pseudo.value.length > 0)){
|
if((password.value.length > 0) || (pseudo.value.length > 0)){
|
||||||
|
Loading…
x
Reference in New Issue
Block a user