summaryrefslogtreecommitdiffstats
path: root/js
diff options
context:
space:
mode:
authorPatrick Davison <snapwilliam@gmail.com>2012-11-26 22:07:21 -0800
committerPatrick Davison <snapwilliam@gmail.com>2012-11-26 22:07:21 -0800
commit19771b6163b58cd6c3ffaad9272e93d4f0fbb140 (patch)
tree96e521406f610910bed805c3069bf74ae9737f06 /js
parent8dd59adfec801f631313e0f8562c64165c38fd4f (diff)
downloadpathery-19771b6163b58cd6c3ffaad9272e93d4f0fbb140.tar.xz
Minor
Diffstat (limited to 'js')
-rw-r--r--js/scores.js1
1 files changed, 0 insertions, 1 deletions
diff --git a/js/scores.js b/js/scores.js
index a75d77a..81bfa9c 100644
--- a/js/scores.js
+++ b/js/scores.js
@@ -133,7 +133,6 @@ function scoresFormatPage(JO) {
p = p+ "<tr style='"+styleClass+" background-color: "+u.background+"; color:"+u.displayColor+";' title='Scored "+scoredLocalTime.format("h:MM:ss TT")+"'>";
p = p+ "<td style='text-align:left;'>";
- // TODO: Don't forget to make sure these images are cached;
if (u.medal == 'gold') {
p = p+ "<img title='Current Champion' src='../images/MedalGoldCAR.png' style='width:32px;height:32px;vertical-align:middle'>";
} else if (u.medal == 'silver') {