From 0f4250a679b8d5285606ef1aeccb81d1341fee20 Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Sun, 13 Jan 2013 14:10:59 -0600 Subject: another event --- root/static/github_activity.js | 3 +++ 1 file changed, 3 insertions(+) (limited to 'root/static') diff --git a/root/static/github_activity.js b/root/static/github_activity.js index 32c3e4a..efcb278 100644 --- a/root/static/github_activity.js +++ b/root/static/github_activity.js @@ -63,6 +63,9 @@ var GithubActivity = (function($, _) { <% } else if (type == "FollowEvent") { %> \ started following \ <%= payload.target.login %> \ + <% } else if (type == "WatchEvent") { %> \ + <%= payload.action %> watching \ + <%= repository.name %> \ <% } else { %> \ Unknown event type <% type %> \ <% } %>\ -- cgit v1.2.3-54-g00ecf