Skip to content

Commit

Permalink
getTime() is a method
Browse files Browse the repository at this point in the history
  • Loading branch information
johndbritton committed Jul 18, 2012
1 parent 41b169b commit dc37fb6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion static/index.html
Expand Up @@ -35,7 +35,7 @@
{
groupID: "g.W5vFlGzsOPUyuIlF",
authorID: response.authorID,
validUntil: (new Date().getTime / 1000) + (60 * 60 * 24 * 365)
validUntil: (new Date().getTime() / 1000) + (60 * 60 * 24 * 365)
},
function(response) {
$.cookie("sessionID", response.data.sessionID, { expires: 365 });
Expand Down

0 comments on commit dc37fb6

Please sign in to comment.