From 5dfe3b8c21ca79300a1851d7658f8aa389b2733f Mon Sep 17 00:00:00 2001 From: BlueRaja Date: Sat, 26 Jan 2013 03:31:05 -0600 Subject: BUGFIX: Clicking the 'mute' button doesn't save across all maps until page is refreshed --- includes/maps.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'includes') diff --git a/includes/maps.php b/includes/maps.php index 03bcd81..d41505a 100644 --- a/includes/maps.php +++ b/includes/maps.php @@ -155,9 +155,9 @@ function DisplayMap($mapMatrix, $idprefix = 1, $style = 'normal', $speed = NULL) } if (isset($_COOKIE['pref_mute']) && $_COOKIE['pref_mute'] == "true") { - $mutebutton = ""; + $mutebutton = ""; } else { - $mutebutton = ""; + $mutebutton = ""; } -- cgit v1.2.3