Skip to content

Commit

Permalink
Fix onclick behavior
Browse files Browse the repository at this point in the history
  • Loading branch information
daniel-beck committed Aug 23, 2023
1 parent 7dfa26b commit a205cc4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions core/src/main/resources/lib/layout/task.jelly
Original file line number Diff line number Diff line change
Expand Up @@ -195,8 +195,8 @@ THE SOFTWARE.
data-task-success="${%Done.}"
data-task-post="${attrs.post}"
ATTRIBUTES="${attrs}"
EXCEPT="badge confirmationMessage contextMenu destructive enabled href icon onclick permission permissions post requiresConfirmation title">
<!-- all documented attributes except data-* are in EXCEPT -->
EXCEPT="badge confirmationMessage contextMenu destructive enabled href icon permission permissions post requiresConfirmation title">
<!-- all documented attributes except onclick and data-* are in EXCEPT -->
<span class="task-icon-link">
<l:icon src="${icon}" />
</span>
Expand Down

0 comments on commit a205cc4

Please sign in to comment.