diff --git a/static/js/executar.js b/static/js/executar.js index 2120ac8..bca238d 100644 --- a/static/js/executar.js +++ b/static/js/executar.js @@ -82,7 +82,7 @@ function fase(num, total_chocolate, total_morango, pedidos, qp_chocolate, qp_mor // function fazerBolo(tipo, bloco, tempo, pedidos){ setTimeout( function(){ - document.getElementById('t'+tipo).innerText = parseInt(document.getElementById('t'+tipo).innerText) + 1; + document.getElementById('t'+tipo).innerHTML = parseInt(document.getElementById('t'+tipo).innerHTML) + 1; if (tempo == 3 || tempo == 6 || tempo == 9){ bloco.style.border = '2px solid #f6a19c'; } else if (tempo == 1 || tempo == 4 || tempo == 7 || tempo == 10){ diff --git a/templates/fase1.html b/templates/fase1.html index 9e2740b..c3848f0 100644 --- a/templates/fase1.html +++ b/templates/fase1.html @@ -129,7 +129,7 @@
diff --git a/templates/fase10.html b/templates/fase10.html index 6bf2fcf..f88b0cc 100644 --- a/templates/fase10.html +++ b/templates/fase10.html @@ -84,7 +84,7 @@ diff --git a/templates/fase11.html b/templates/fase11.html index 52a6ce3..45a33be 100644 --- a/templates/fase11.html +++ b/templates/fase11.html @@ -60,7 +60,7 @@Desafio Final:
Enquanto houver
pedidos faça o sabor
-de bolo pedido.
+do bolo pedido.
@@ -96,7 +96,7 @@ diff --git a/templates/fase2.html b/templates/fase2.html index b128cfb..0cb3481 100644 --- a/templates/fase2.html +++ b/templates/fase2.html @@ -60,7 +60,7 @@ diff --git a/templates/fase3.html b/templates/fase3.html index a055319..b8f8b3e 100644 --- a/templates/fase3.html +++ b/templates/fase3.html @@ -94,7 +94,7 @@ diff --git a/templates/fase4.html b/templates/fase4.html index 80a4cf0..376c0f0 100644 --- a/templates/fase4.html +++ b/templates/fase4.html @@ -62,7 +62,7 @@ diff --git a/templates/fase5.html b/templates/fase5.html index b434101..102ee9a 100644 --- a/templates/fase5.html +++ b/templates/fase5.html @@ -60,7 +60,7 @@ diff --git a/templates/fase6.html b/templates/fase6.html index b708e73..0d1dea0 100644 --- a/templates/fase6.html +++ b/templates/fase6.html @@ -65,7 +65,7 @@ diff --git a/templates/fase7.html b/templates/fase7.html index 58847aa..1156767 100644 --- a/templates/fase7.html +++ b/templates/fase7.html @@ -83,7 +83,7 @@ diff --git a/templates/fase8.html b/templates/fase8.html index 9a500b0..53d4c06 100644 --- a/templates/fase8.html +++ b/templates/fase8.html @@ -61,7 +61,7 @@ diff --git a/templates/fase9.html b/templates/fase9.html index e81155b..cea1610 100644 --- a/templates/fase9.html +++ b/templates/fase9.html @@ -105,7 +105,7 @@