master
*anna* 3 years ago
parent 880450ed93
commit 2b1332dd3c

BIN
.DS_Store vendored

Binary file not shown.

@ -2,8 +2,6 @@
$(document).ready(function() {
var counter = 0;
$("#forniture1").click(function(){
counter ++;
$('#result').html(counter);
@ -66,13 +64,3 @@ $(document).ready(function() {
});;
/*(function() {
if (counter === 6) {
//$('#winmessage').html("you won!");
alert ("you won");
} });
if (counter == 1) {
console.log ("you won");
}*/
Loading…
Cancel
Save