summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2012-10-24 03:51:56 -0500
committerJesse Luehrs <doy@tozt.net>2012-10-24 03:51:56 -0500
commitd403f7afcc095bbc0b2b31f10b5112c7f905a3eb (patch)
tree1ccf7a225b5be05342c9f43715415a938ebb7fde
parentf87846233be6763f5af138d4c168f12e334a16e7 (diff)
downloadtozt.net-d403f7afcc095bbc0b2b31f10b5112c7f905a3eb.tar.gz
tozt.net-d403f7afcc095bbc0b2b31f10b5112c7f905a3eb.zip
another event type
-rw-r--r--root/static/github_activity.js3
1 files changed, 3 insertions, 0 deletions
diff --git a/root/static/github_activity.js b/root/static/github_activity.js
index bb5a4c2..1cd5b48 100644
--- a/root/static/github_activity.js
+++ b/root/static/github_activity.js
@@ -55,6 +55,9 @@ var GithubActivity = (function($, _) {
wiki page</a> \
in <a href="<%= repository.url%>"> \
<%= repository.owner %>/<%= repository.name %></a> \
+ <% } else if (type == "FollowEvent") { %> \
+ <b>started following</b> \
+ <a href="<%= url %>"><%= payload.target.login %></a> \
<% } else { %> \
Unknown event type <% type %> \
<% } %>\