Skip to content
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions www/secretary/workbench/views/forms/icla.js.rb
Original file line number Diff line number Diff line change
Expand Up @@ -225,8 +225,6 @@ def updated()
project = document.querySelector('select[name=project]')
votelink = document.querySelector('input[name=votelink]')

valid &&= project.validity.valid

# project votelink are only required with valid users; only validate
# votelink if the user is valid
if user.validity.valid and user.value.length > 0
Expand Down