From 410b98f546aba9189355364a24193eb55622c035 Mon Sep 17 00:00:00 2001 From: BlueRaja Date: Sat, 26 Jan 2013 03:44:27 -0600 Subject: Removed unnecessary blank.png in current scores that was causing me issues --- js/scores.js | 2 -- 1 file changed, 2 deletions(-) (limited to 'js') diff --git a/js/scores.js b/js/scores.js index a4a72c2..b8ca366 100644 --- a/js/scores.js +++ b/js/scores.js @@ -147,8 +147,6 @@ function scoresFormatPage(JO) { p = p+ ""; } else if (u.medal == 'silver') { p = p+ ""; - } else { - p = p+ ""; } p = p+ i+ ""; p = p+ ""; -- cgit v1.2.3