pb affichage

master
algolfier 4 years ago
parent 4296ade9d8
commit 90dd0a71f8

@ -489,7 +489,7 @@ cursor:pointer;
}
#table_HS_Match {
display: visible;
display: none;
}
#table_HS_Timer {

@ -174,7 +174,7 @@ function modePrec() {
}
if(selectionMode == 1) {
table1.style.display = "block";
table2.style.display = "block";
table2.style.display = "none";
}
if(selectionMode == 2) {
table1.style.display = "none";

Loading…
Cancel
Save