This is an automated email from the ASF dual-hosted git repository.
rubys 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 6d7232e vue.js uses native events
6d7232e is described below
commit 6d7232ec0d0fa437bee7b62eb1f3f8fcaed11644
Author: Sam Ruby <[email protected]>
AuthorDate: Fri Mar 23 20:07:46 2018 -0400
vue.js uses native events
---
www/roster/views/group.js.rb | 2 +-
www/roster/views/pmc/pmc.js.rb | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/www/roster/views/group.js.rb b/www/roster/views/group.js.rb
index 40a6bb9..e29dbb5 100644
--- a/www/roster/views/group.js.rb
+++ b/www/roster/views/group.js.rb
@@ -110,7 +110,7 @@ class GroupMember < Vue
end
def render
- _tr onDoubleClick: self.select do
+ _tr onDblclick: self.select do
_td {_a @@id, href: "committer/#{@@id}"}
_td @@name
diff --git a/www/roster/views/pmc/pmc.js.rb b/www/roster/views/pmc/pmc.js.rb
index 08650a3..4dda88d 100644
--- a/www/roster/views/pmc/pmc.js.rb
+++ b/www/roster/views/pmc/pmc.js.rb
@@ -154,7 +154,7 @@ class PMCMember < Vue
_td @@person.date
if @state == :open
- _td data_ids: @@person.id, onDoubleClick: self.select do
+ _td data_ids: @@person.id, onDblclick: self.select do
if not @@person.date
# in LDAP but not in committee-info.txt
_button.btn.btn_warning 'Remove from LDAP',
--
To stop receiving notification emails like this one, please contact
[email protected].