diff options
author | BlueRaja <BlueRaja.admin@gmail.com> | 2013-01-24 20:06:36 -0600 |
---|---|---|
committer | BlueRaja <BlueRaja.admin@gmail.com> | 2013-01-24 20:06:36 -0600 |
commit | 4ef5930b62bc0d20657278f2e6e227905d70bc44 (patch) | |
tree | 45a39ec5d46730f2dda082cb492316274caf8a04 /pages/home.php | |
parent | 41ee7f7185ed4bf6081fa30aeb62cc5128f97877 (diff) | |
download | pathery-4ef5930b62bc0d20657278f2e6e227905d70bc44.tar.xz |
Weekly maps now show the date as well as the time on the homepage scoreboard
Diffstat (limited to 'pages/home.php')
-rw-r--r-- | pages/home.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pages/home.php b/pages/home.php index 8d60254..66b48e5 100644 --- a/pages/home.php +++ b/pages/home.php @@ -298,7 +298,7 @@ $timeUntilNewWeeklyMap = strtotime(getNextWeeklyMapDateTime()) - strtotime("now" function countdown()
{
- var isWeeklyMap = (document.getElementById("dl-" + <? echo MapType::Weekly; ?>).className.indexOf('selected') >= 0)
+ var isWeeklyMap = (document.getElementById("dl-" + <? echo MapType::Weekly; ?>).className.indexOf('selected') >= 0);
var newMapStr;
if(isWeeklyMap)
|