Skip to content

Commit

Permalink
Merge pull request #16 from rafacasa/bloquieo
Browse files Browse the repository at this point in the history
não permite cliques duplicados
  • Loading branch information
rafacasa committed May 17, 2016
2 parents 5db0b91 + b9c0887 commit 11dcc0b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions js/memoria.js
Original file line number Diff line number Diff line change
Expand Up @@ -140,6 +140,7 @@
}, 2000);
} else {
aberto = posicao;
document.getElementById("but"+posicao).disabled = true;
}
}

Expand Down

0 comments on commit 11dcc0b

Please sign in to comment.