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 4a63ab63 Doh! Drop test code
4a63ab63 is described below
commit 4a63ab634e44231a1e37c7894a9b46d31ea0a420
Author: Sebb <[email protected]>
AuthorDate: Sun Mar 17 13:25:40 2024 +0000
Doh! Drop test code
---
www/secretary/workbench/views/parts.js.rb | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/www/secretary/workbench/views/parts.js.rb
b/www/secretary/workbench/views/parts.js.rb
index 901792a5..a5a2558c 100644
--- a/www/secretary/workbench/views/parts.js.rb
+++ b/www/secretary/workbench/views/parts.js.rb
@@ -149,7 +149,7 @@ class Parts < Vue
_span 'software grant'
end
- if @@meeting && false
+ if @@meeting
_label do
_input type: 'radio', name: 'doctype', value: 'mem',
onClick: -> {@form = MemApp}