Skip to content

Commit

Permalink
Resolves #72 showing the correct spirit image
Browse files Browse the repository at this point in the history
  • Loading branch information
zmbube committed Mar 29, 2017
1 parent 02fef72 commit 8b316a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/checklist-view/checklist-view.html
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
},

_onCheckboxTap: function(event) {
const checkbox = event.target;
const checkbox = event.currentTarget;
const item = event.target.item;
this.currentSite.responses[checkbox.index].selected = checkbox.checked;
},
Expand Down

0 comments on commit 8b316a7

Please sign in to comment.