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

commit bb77bd3092d0c312e8c8ca1faa2b57236f0a5fe6
Author: Sam Ruby <[email protected]>
AuthorDate: Tue May 8 10:17:39 2018 -0400

    pesky precedence rules
---
 www/board/agenda/views/pages/adjournment.js.rb | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/www/board/agenda/views/pages/adjournment.js.rb 
b/www/board/agenda/views/pages/adjournment.js.rb
index 1ea1d7a..99f0e7d 100644
--- a/www/board/agenda/views/pages/adjournment.js.rb
+++ b/www/board/agenda/views/pages/adjournment.js.rb
@@ -283,8 +283,8 @@ class TodoRemove < Vue
     end
 
     _button.checklist.btn.btn_default 'Submit', onClick: self.submit,
-      disabled: @disabled or people.length == 0 or
-        not people.any? {|person| @checked[person.id]}
+      disabled: (@disabled or people.length == 0 or
+        not people.any? {|person| @checked[person.id]})
   end
 
   def submit()

-- 
To stop receiving notification emails like this one, please contact
[email protected].

Reply via email to