[virtualcommons-svn] commit/vcweb: RoleeSinha: fixing activity perform dialog
Status: Beta
                
                Brought to you by:
                
                    alllee
                    
                
            | 
     
      
      
      From: <com...@bi...> - 2013-05-08 21:54:00
      
     
   | 
1 new commit in vcweb: https://bitbucket.org/virtualcommons/vcweb/commits/64783465d8a2/ Changeset: 64783465d8a2 User: RoleeSinha Date: 2013-05-08 23:53:43 Summary: fixing activity perform dialog Affected #: 1 file diff -r bcd4a8af6d9db2e36ec35b6b7c6b5d5d5f102609 -r 64783465d8a24d4aa6db76e19b43d123d4567c8a 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,8 +53,7 @@ console.debug(data); ko.mapping.fromJSON(data.viewModel, model); model.lastPerformedActivity(challengeModel); - $.mobile.changePage("/lighterprints/mobile",{reloadPage:'true'}); - //$.mobile.changePage($("#modalPage"),{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.  |