Brendan Abolivier 9 vuotta sitten
vanhempi
commit
01eb26fb29
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. 1
    1
      web/js/multi.js

+ 1
- 1
web/js/multi.js Näytä tiedosto

@@ -104,7 +104,7 @@ var canClick = true;
104 104
 function loadCat(id) {
105 105
   if(id === 0) category = json.cat1;
106 106
   if(id === 1) category = json.cat2;
107
-  $("#game").html("<div id=\"timer\" style=\"width:100%;height:20px;background:green\"></div>");
107
+  $("#game").html("<div id=\"timer\"></div>");
108 108
   $("#game").append("<div id=\"category\">Catégorie : "+category.nom_cat+"</div>");
109 109
   $("#game").append("<div id=\"theme\"></div>");
110 110
   loadTheme(id_theme);