Skip to content

Commit

Permalink
[FIXED JENKINS-14434] 96442cd broke "Delete" buttons in some cases.
Browse files Browse the repository at this point in the history
Seems to be due to hetero-list.jelly importing repeatableDeleteButton.jelly but nothing on the page loads repeatable.js.
(Presumably worked for /configure just by accident because someone else included repeatable.jelly on the same page.)
  • Loading branch information
jglick committed Jul 30, 2012
1 parent acf394f commit 0c2a809
Showing 1 changed file with 1 addition and 0 deletions.
Expand Up @@ -31,5 +31,6 @@ THE SOFTWARE.
Caption of the button. Defaults to 'Delete'.
</st:attribute>
</st:documentation>
<st:adjunct includes="lib.form.repeatable.repeatable"/>
<input type="button" value="${attrs.value ?: '%Delete'}" class="repeatable-delete" />
</j:jelly>

0 comments on commit 0c2a809

Please sign in to comment.