diff options
Diffstat (limited to 'web')
| -rw-r--r-- | web/scripts/growth.js | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/web/scripts/growth.js b/web/scripts/growth.js index 9aae3aa..4bc7e5b 100644 --- a/web/scripts/growth.js +++ b/web/scripts/growth.js @@ -178,7 +178,7 @@ function reportVideoComplete(data)      $.ajax({          type: "POST", -        url: location.href + "/videos/" + videoId + ".json", +        url: location.href + "/videos/" + data.id + ".json",          dataType: "json",          data: {'completed':'true'}      }).error(function(jqXHR, error) {  | 
