From 8e639fd6cccecb3f23f727ef1f00f7e9851ea04e Mon Sep 17 00:00:00 2001 From: BlueRaja Date: Sat, 25 Aug 2012 05:43:26 -0500 Subject: Fixing various javascript warnings, as well as renaming all //!! comments to //TODO --- pages/howtoplay.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pages/howtoplay.php') 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); -- cgit v1.2.3