Skip to content

Commit

Permalink
remove unused data-prompt attribute
Browse files Browse the repository at this point in the history
  • Loading branch information
jtnord authored Jul 10, 2024
1 parent 90b230e commit a0fb3a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/src/main/resources/lib/form/secretTextarea.jelly
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ Example usage:
<j:set var="buttonText" value="${value == null ? addText : replaceText}"/>

<st:adjunct includes="lib.form.secretTextarea.secret"/>
<div class="secret" data-prompt="${%EnterSecret}">
<div class="secret">
<div class="secret-header">
<div class="secret-legend">
<j:choose>
Expand Down

0 comments on commit a0fb3a3

Please sign in to comment.