[virtualcommons-svn] commit/vcweb: RoleeSinha: fixing ui
Status: Beta
Brought to you by:
alllee
|
From: <com...@bi...> - 2013-05-07 01:06:33
|
1 new commit in vcweb: https://bitbucket.org/virtualcommons/vcweb/commits/148723e79fa3/ Changeset: 148723e79fa3 User: RoleeSinha Date: 2013-05-07 03:06:14 Summary: fixing ui Affected #: 1 file diff -r a92b64f6d840b25ddfdde04f657d3b4c67bcbc1a -r 148723e79fa3dd3b74808b4f49db77bd74dda1d3 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 @@ -46,7 +46,7 @@ } var id = challengeModel.pk(); var formData = { - participant_group_id: participant_group_id(), activity_id:id + participant_group_id: model.participantGroupId(), activity_id:id }; var formData = $('#challengeForm' + id).serialize(); $.post('/lighterprints/api/do-activity', formData, function(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. |