s/run/workout/
authorplehegar
Thu, 25 Aug 2011 12:18:10 -0400
changeset 72 872019f91097
parent 71 42835cbe2719
child 74 53622d809eb1
s/run/workout/
src/main/resources/scripts/tracker.js
--- a/src/main/resources/scripts/tracker.js	Thu Aug 25 12:07:34 2011 -0400
+++ b/src/main/resources/scripts/tracker.js	Thu Aug 25 12:18:10 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() {