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 7450b54 Comment
7450b54 is described below
commit 7450b540e9770ff8af601818d16927b93985e581
Author: Sebb <[email protected]>
AuthorDate: Tue Jul 3 15:04:36 2018 +0100
Comment
---
www/project/icla/views/pages/vote.js.rb | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/www/project/icla/views/pages/vote.js.rb
b/www/project/icla/views/pages/vote.js.rb
index 34b3383..2e37f35 100644
--- a/www/project/icla/views/pages/vote.js.rb
+++ b/www/project/icla/views/pages/vote.js.rb
@@ -157,7 +157,7 @@ class Vote < Vue
_div.form_group do
_label for: 'invitation'
_textarea.form_control.invitation! value: @invitation, rows: 12,
- onChange: self.setInvitation
+ onChange: self.setInvitation # does not appear to work
end
end