Skip to content

Commit

Permalink
[JENKINS-74850] Remove unused inline Javascript handler (#84)
Browse files Browse the repository at this point in the history
  • Loading branch information
yaroslavafenkin authored Nov 20, 2024
1 parent e0eaf9c commit f8870f4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@
</div>
<div id="formBlockTemplate">
<form name="createBuildStat_#{buildStatId}" action="#{formAction}" method="post" class="globalBuildStatsForm"
id="createBuildStat_#{buildStatId}" onsubmit="return !isDivErrorPresentInForm(this);">
id="createBuildStat_#{buildStatId}">
<div class="gbs-chart-config">
#{regenerateIdBlock}
<div class="gbs-form-row">
Expand Down

0 comments on commit f8870f4

Please sign in to comment.