author | Alexandre Bertails <bertails@w3.org> |
Thu, 25 Aug 2011 12:23:04 -0400 | |
changeset 74 | 53622d809eb1 |
parent 73 | 408c7b2411ef (current diff) |
parent 72 | 872019f91097 (diff) |
child 75 | 27f366e0a355 |
--- a/src/main/resources/scripts/tracker.js Thu Aug 25 12:22:13 2011 -0400 +++ b/src/main/resources/scripts/tracker.js Thu Aug 25 12:23:04 2011 -0400 @@ -29,7 +29,7 @@ } else { Util.log("Found user " + n.name); } - n.getPostRunURI = function() { return "/user/" + this.name + "/run"; } + n.getPostRunURI = function() { return "/user/" + this.name + "/workout"; } n.getProfileURI = function() { return "/user/" + this.name + "/profile"; } n.save = function() {