This is an automated email from the ASF dual-hosted git repository.
sebb pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/whimsy.git
The following commit(s) were added to refs/heads/master by this push:
new 916413e Unused
916413e is described below
commit 916413e97fcd4ccc0de672e753cb1dfe4599171d
Author: Sebb <[email protected]>
AuthorDate: Tue Apr 27 17:17:30 2021 +0100
Unused
---
www/secretary/icla-lint.cgi | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/www/secretary/icla-lint.cgi b/www/secretary/icla-lint.cgi
index f3450d8..0cd3d86 100755
--- a/www/secretary/icla-lint.cgi
+++ b/www/secretary/icla-lint.cgi
@@ -289,7 +289,7 @@ _html do
# Check that all LDAP entries appear in iclas.txt
no_icla = ldap.select {|k| not icla_ids.has_key? k}
# remove known exceptions
- %w(testsebb testrubys apldaptest).each {|w| no_icla.delete w}
+ %w(testsebb testrubys testcml testdooh apldaptest).each {|w| no_icla.delete
w}
if no_icla.size > 0
_h2 'LDAP entries not listed in iclas.txt'
_table_ do
@@ -366,7 +366,7 @@ _html do
for i in 0...buttons.length
buttons[i].addEventListener('click') do |event|
email = event.target.getAttribute('data-email')
- issue = event.target.getAttribute('data-issue')
+ # issue = event.target.getAttribute('data-issue')
name = event.target.getAttribute('data-name')
destination = "mailto:#{email}[email protected]"