[virtualcommons-svn] commit/vcweb: RoleeSinha: fixing activity perform dialog
Status: Beta
Brought to you by:
alllee
From: <com...@bi...> - 2013-05-08 21:56:06
|
1 new commit in vcweb: https://bitbucket.org/virtualcommons/vcweb/commits/53fcea81949f/ Changeset: 53fcea81949f User: RoleeSinha Date: 2013-05-08 23:55:49 Summary: fixing activity perform dialog Affected #: 1 file diff -r 64783465d8a24d4aa6db76e19b43d123d4567c8a -r 53fcea81949f2188031487cfbeca4c9bd13a7fa6 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 @@ -53,7 +53,7 @@ console.debug(data); ko.mapping.fromJSON(data.viewModel, model); model.lastPerformedActivity(challengeModel); - $.mobile.changePage('/lighterprints/modal',{transition: 'pop', role: 'dialog'}); + //$.mobile.changePage('/lighterprints/modal',{transition: 'pop', role: 'dialog'}); } else { console.debug("ERROR: " + data.message); 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. |