summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--js/scores.js1
-rw-r--r--pages/tutorial.php4
2 files changed, 4 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') {
diff --git a/pages/tutorial.php b/pages/tutorial.php
index f6517c4..d09480c 100644
--- a/pages/tutorial.php
+++ b/pages/tutorial.php
@@ -36,15 +36,19 @@ playerWallEmblem = '<?PHP echo isset($wallEmblem) ? $wallEmblem : ''; ?>';
<script>
isChallenge = true;
+challengeID = 1;
+
function challengeLoad() {}
+
challenge1 = new Object();
challenge2 = new Object();
challenge3 = new Object();
challenge4 = new Object();
challenge5 = new Object();
+
challenge1.start = "The objective in this game is to create the longest <i>path</i> between the start and the finish.<br>Below is a demonstration.<br>Press <b>Go!</b>";
challenge1.complete = "Now that you see what is going on, let's move on to some puzzles.<br/>Press <b>Next</b>";