Skip to content

Commit

Permalink
sneaky >
Browse files Browse the repository at this point in the history
  • Loading branch information
myntath committed Aug 22, 2022
1 parent a929758 commit f9dbfcb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gtasks-card.js
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ customElements.whenDefined("card-tools").then(() => {
<button class="button"
id=${"task_" + index + "_" + subindex}
@mouseover=${ev => this.darkenBg('main_div_' + index + "_" + subindex, true)}
@mouseout=${ev => this.darkenBg('main_div_' + index + "_" + subindex, false)}>
@mouseout=${ev => this.darkenBg('main_div_' + index + "_" + subindex, false)}
@click=${ev => this._complete(child.task_title, index + "_" + subindex)}>
</button>
Expand Down

0 comments on commit f9dbfcb

Please sign in to comment.