diff options
author | BlueRaja <BlueRaja.admin@gmail.com> | 2012-08-25 05:43:26 -0500 |
---|---|---|
committer | BlueRaja <BlueRaja.admin@gmail.com> | 2012-08-25 05:43:26 -0500 |
commit | 8e639fd6cccecb3f23f727ef1f00f7e9851ea04e (patch) | |
tree | 26260fbe93294728d294a5f14fc72bd908013dbd /pages/achievements.php | |
parent | 73d12dd8c33eb6ebeee4143707cb59f701936945 (diff) | |
download | pathery-8e639fd6cccecb3f23f727ef1f00f7e9851ea04e.tar.xz |
Fixing various javascript warnings, as well as renaming all //!! comments to //TODO
Diffstat (limited to 'pages/achievements.php')
-rw-r--r-- | pages/achievements.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pages/achievements.php b/pages/achievements.php index 1d81220..9e91366 100644 --- a/pages/achievements.php +++ b/pages/achievements.php @@ -143,7 +143,7 @@ function toColor($n) return("#".substr("000000".dechex($n),-6));
}
-// !! END TESTING AREA;
+// TODO: END TESTING AREA;
//Self-healing code for unlocks.
if (!$viewer) {
|