From 6ba1789945f169a8034dcbc590c86e64a9dbb522 Mon Sep 17 00:00:00 2001 From: schneefux Date: Mon, 3 Apr 2017 16:13:55 +0200 Subject: notifications were renamed --- index.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'index.html') diff --git a/index.html b/index.html index d50fbd0..1a5afe7 100644 --- a/index.html +++ b/index.html @@ -62,14 +62,14 @@ .css("color", "green") ); } - if (msg.body == "process_commit") { + if (msg.body == "matches_update") { $("#updates").append( $("
  • ") .text(name + ": new match(es) available") .css("color", "orange") ); } - if (msg.body == "compile_commit") { + if (msg.body == "stats_update") { $("#updates").append( $("
  • ") .text(name + ": player profile stats updated") -- cgit v1.3.1