Skip to content

Commit 0ebdd9c

Browse files
committed
Add analytic fields to encrypt_and_send in the client app.
1 parent bca4360 commit 0ebdd9c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

client/app/controllers/clientController.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -450,6 +450,8 @@ define(['jquery', 'controllers/tableController', 'helper/mpc', 'alertify', 'aler
450450
var submission = {
451451
data: data,
452452
mask: mask,
453+
analytic_data: analytic_data,
454+
analytic_mask: analytic_mask,
453455
user: participationCode,
454456
questions_public: questions_public,
455457
pairwise_hypercubes: pairwise_hypercubes,

0 commit comments

Comments
 (0)