Brendan Abolivier hace 9 años
padre
commit
01eb26fb29
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1
    1
      web/js/multi.js

+ 1
- 1
web/js/multi.js Ver fichero

@@ -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);