Skip to content

Commit

Permalink
URL parameter is since, not until, how did we not find this earlier ^^
Browse files Browse the repository at this point in the history
  • Loading branch information
fbr committed Nov 28, 2014
1 parent eb387d0 commit 9b7264e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion data/timestamp.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ var Timestamp = function(timestamp) {

Timestamp.prototype.getSinceURL = function() {
var url = new URL(window.location);
url.searchParams.append("until", this.timestamp);
url.searchParams.append("since", this.timestamp);
return url;
}

Expand Down

0 comments on commit 9b7264e

Please sign in to comment.