You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@whimsical.apache.org by se...@apache.org on 2018/07/06 22:19:37 UTC

[whimsy] branch master updated: Easier testing

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 2159746  Easier testing
2159746 is described below

commit 21597465ba7ef6ce0774970c6c5b91319ae7b1f7
Author: Sebb <se...@apache.org>
AuthorDate: Fri Jul 6 23:19:36 2018 +0100

    Easier testing
---
 www/project/icla/views/app.js.rb | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/www/project/icla/views/app.js.rb b/www/project/icla/views/app.js.rb
index ebccb65..7b73fd4 100644
--- a/www/project/icla/views/app.js.rb
+++ b/www/project/icla/views/app.js.rb
@@ -10,7 +10,8 @@ Server = {}
 FormData = {
   fullname: 'Joe Test',
   email: 'joetest@example.com',
-  pmc: 'incubator'
+  pmc: 'incubator',
+  votelink: 'dummy'
 }
 
 # "AJAX" style post request to the server, with a callback