[virtualcommons-svn] commit/vcweb: RoleeSinha: fixing ui
Status: Beta
Brought to you by:
alllee
From: <com...@bi...> - 2013-05-07 00:41:13
|
1 new commit in vcweb: https://bitbucket.org/virtualcommons/vcweb/commits/a1824fbaacbf/ Changeset: a1824fbaacbf User: RoleeSinha Date: 2013-05-07 02:40:58 Summary: fixing ui Affected #: 1 file diff -r 373eba6d887474a0d989c6d346b5458b9f5f0642 -r a1824fbaacbf8cf348615f433d67bb253d3eb65c vcweb/lighterprints/static/js/lighterprints/mobile/controller.js --- a/vcweb/lighterprints/static/js/lighterprints/mobile/controller.js +++ b/vcweb/lighterprints/static/js/lighterprints/mobile/controller.js @@ -45,7 +45,9 @@ return; } var id = challengeModel.pk(); - var formData = $('#challengeForm' + id).serialize(); + var formData = { + participant_group_id: participant_group_id, activity_id:id + }; $.post('/lighterprints/api/do-activity', formData, function(data){ if (data.success) { console.debug(data); Repository URL: https://bitbucket.org/virtualcommons/vcweb/ -- This is a commit notification from bitbucket.org. You are receiving this because you have the service enabled, addressing the recipient of this email. |