From ff8b1d812d1665f108da01a714fc6912713f73cf Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Fri, 23 Nov 2012 01:37:52 -0600 Subject: another event type --- root/static/github_activity.js | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/root/static/github_activity.js b/root/static/github_activity.js index 1cd5b48..42aff3a 100644 --- a/root/static/github_activity.js +++ b/root/static/github_activity.js @@ -44,6 +44,11 @@ var GithubActivity = (function($, _) { #<% print(url.replace(/.*\\/issues\\/(\\d+)#.*/, "$1")); %> \ in \ <%= repository.owner %>/<%= repository.name %> \ + <% } else if (type == "IssuesEvent") { %> \ + <%= payload.action %> issue \ + #<% print(url.replace(/.*\\/issues\\/(\\d+)#.*/, "$1")); %> \ + in \ + <%= repository.owner %>/<%= repository.name %> \ <% } else if (type == "ForkEvent") { %> \ forked \ <%= repository.owner %>/<%= repository.name %> \ -- cgit v1.2.3