diff --git a/src/HTML5/index.html b/src/HTML5/index.html index fcbeb65..60c35b0 100644 --- a/src/HTML5/index.html +++ b/src/HTML5/index.html @@ -67,11 +67,10 @@

Sortear participantes?

- Com a tecla h poderá fazer sair o próximo. Nota que, apenas quando sai um, é que poderá fazer - sair o seguinte. + Com o botão poderá sortear o proximo concorrente.

- Existe também um botão no topo das tabs, no lado direito, logo após de dar inicio ao sorteio. + Nota que, apenas quando sai um, é que poderá fazer sair o seguinte. Localiza-se no topo das tabs, no lado direito, logo após de dar inicio ao sorteio.

Sempre que sai um vencedor, esse botão também aparece no modal.

@@ -159,7 +158,7 @@

Vencedores?

- diff --git a/src/HTML5/js/app.js b/src/HTML5/js/app.js index a3c3436..073fe61 100644 --- a/src/HTML5/js/app.js +++ b/src/HTML5/js/app.js @@ -188,15 +188,3 @@ function result(e, item) { } }); } - -$(document).keydown(function (e) { - switch (e.which) { - // h - case 72: - RollIt(); - break; - default: - return; // exit this handler for other keys - } - e.preventDefault(); // prevent the default action (scroll / move caret) -}); \ No newline at end of file