From 88db285d79a2aec6265bb6daf0bcf22bfad9df4f Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Fri, 23 Nov 2012 01:40:28 -0600 Subject: fixes --- root/static/github_activity.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'root') diff --git a/root/static/github_activity.js b/root/static/github_activity.js index 42aff3a..32c3e4a 100644 --- a/root/static/github_activity.js +++ b/root/static/github_activity.js @@ -42,12 +42,12 @@ var GithubActivity = (function($, _) { <% } else if (type == "IssueCommentEvent") { %> \ commented on issue \ #<% print(url.replace(/.*\\/issues\\/(\\d+)#.*/, "$1")); %> \ - in \ + in \ <%= repository.owner %>/<%= repository.name %> \ <% } else if (type == "IssuesEvent") { %> \ <%= payload.action %> issue \ - #<% print(url.replace(/.*\\/issues\\/(\\d+)#.*/, "$1")); %> \ - in \ + #<% print(url.replace(/.*\\/issues\\/(\\d+)/, "$1")); %> \ + in \ <%= repository.owner %>/<%= repository.name %> \ <% } else if (type == "ForkEvent") { %> \ forked \ -- cgit v1.2.3-54-g00ecf