Skip to content

Commit

Permalink
[JENKINS-72581] Replace Prototype.js in the "Run" button
Browse files Browse the repository at this point in the history
https://issues.jenkins.io/browse/JENKINS-72581 describes the failure
with Jenkins 2.426.2.

Does not fix the "Delete" button.  That needs to be replaced with the
modern version of delete that will use a modal dialog.
  • Loading branch information
MarkEWaite authored and dalvizu committed May 17, 2024
1 parent f5c867d commit cd7a072
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@
</span>
</j:if>
<j:if test="${!from.isProjectParameterized()}">
<a id="trigger-pipeline-button" href='#' onclick="$('triggerPipelineForm').submit()">
<a id="trigger-pipeline-button" href='#' onclick="document.getElementById('triggerPipelineForm').submit()">
<l:icon src="icon-clock icon-md" alt="Trigger a Pipeline" />
<span>Run</span>
</a>
Expand Down

0 comments on commit cd7a072

Please sign in to comment.