You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@whimsical.apache.org by ru...@apache.org on 2018/05/08 14:18:24 UTC

[whimsy] 02/02: pesky precedence rules

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 <ru...@intertwingly.net>
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
rubys@apache.org.