diff --git a/SwichGIT/src/css/PartieGame.css b/SwichGIT/src/css/PartieGame.css index 50af8fa..9b134fb 100644 --- a/SwichGIT/src/css/PartieGame.css +++ b/SwichGIT/src/css/PartieGame.css @@ -77,24 +77,7 @@ transition: box-shadow 0.2s ease; } -/* -#caseBarre -{ - background-color:lightgray; - width:804px; - padding:2px; - -moz-border-radius:3px; - border-radius:5px; - text-align:left; - border:1px solid gray; - order:2; - margin-left: 300px; - height: 12px; - display: flex; - order : 2; - -} -*/ + #progressbar { @@ -117,13 +100,3 @@ } -/* -#progressnum -{ - text-align:center; - width: 10px; - font-family: Montserrat, impact, Arial Black; - transform: rotate(180deg); -} - -*/ \ No newline at end of file diff --git a/SwichGIT/src/debug.log b/SwichGIT/src/debug.log index 7a11937..f499094 100644 --- a/SwichGIT/src/debug.log +++ b/SwichGIT/src/debug.log @@ -6,3 +6,5 @@ [1214/084541.476:ERROR:directory_reader_win.cc(43)] FindFirstFile: Le chemin d’accès spécifié est introuvable. (0x3) [1214/141356.845:ERROR:directory_reader_win.cc(43)] FindFirstFile: Le chemin d’accès spécifié est introuvable. (0x3) [1214/142705.642:ERROR:directory_reader_win.cc(43)] FindFirstFile: Le chemin d’accès spécifié est introuvable. (0x3) +[1222/121148.143:ERROR:directory_reader_win.cc(43)] FindFirstFile: Le chemin d’accès spécifié est introuvable. (0x3) +[1222/234334.029:ERROR:directory_reader_win.cc(43)] FindFirstFile: Le chemin d’accès spécifié est introuvable. (0x3) diff --git a/SwichGIT/src/js/main.js b/SwichGIT/src/js/main.js index bdc1872..163bf26 100644 --- a/SwichGIT/src/js/main.js +++ b/SwichGIT/src/js/main.js @@ -533,7 +533,7 @@ function decompte() { if (cpt >= 0) { cpt--; - x = setTimeout("decompte()", 500); + x = setTimeout("decompte()", 100); } else {