summaryrefslogtreecommitdiffstats
path: root/pages/howtoplay.php
diff options
context:
space:
mode:
authorBlueRaja <BlueRaja.admin@gmail.com>2012-08-25 05:43:26 -0500
committerBlueRaja <BlueRaja.admin@gmail.com>2012-08-25 05:43:26 -0500
commit8e639fd6cccecb3f23f727ef1f00f7e9851ea04e (patch)
tree26260fbe93294728d294a5f14fc72bd908013dbd /pages/howtoplay.php
parent73d12dd8c33eb6ebeee4143707cb59f701936945 (diff)
downloadpathery-8e639fd6cccecb3f23f727ef1f00f7e9851ea04e.tar.xz
Fixing various javascript warnings, as well as renaming all //!! comments to //TODO
Diffstat (limited to 'pages/howtoplay.php')
-rw-r--r--pages/howtoplay.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/pages/howtoplay.php b/pages/howtoplay.php
index b600fd8..8c9f2f5 100644
--- a/pages/howtoplay.php
+++ b/pages/howtoplay.php
@@ -116,7 +116,7 @@ function showTutorial(num) {
if (elem.className.indexOf('hidden') < 0)
elem.className += 'hidden';
}
- var elem = document.getElementById("tut-" + num);
+ elem = document.getElementById("tut-" + num);
elem.className = elem.className.replace('hidden', '');
}
showTutorial(0);