Skip to content
This repository was archived by the owner on Mar 4, 2025. It is now read-only.

Commit ee6ac97

Browse files
committed
disabled delete scorecard checkbox
1 parent eb4e0f2 commit ee6ac97

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/views/judging/scorecard.html.erb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@
8282
<div class="control-group">
8383
<div class="controls">
8484
<label class="checkbox">
85-
<input type="checkbox" id="deleteSubmissionCheckbox" name="delete_participant_submission" value="true" onclick="hide_submitbutton();">Check this box and 'Submit Scorecard' to delete if not a valid scorecard.
85+
<input type="checkbox" id="deleteSubmissionCheckbox" name="delete_participant_submission" value="true" disabled="true">Check this box and 'Submit Scorecard' to delete if not a valid scorecard.
8686
</label>
8787
</div>
8888
</div>

0 commit comments

Comments
 (0)