summaryrefslogtreecommitdiffstats
path: root/frontends/php/maps.php
diff options
context:
space:
mode:
Diffstat (limited to 'frontends/php/maps.php')
-rw-r--r--frontends/php/maps.php5
1 files changed, 5 insertions, 0 deletions
diff --git a/frontends/php/maps.php b/frontends/php/maps.php
index d6a56e0b..040fa7b2 100644
--- a/frontends/php/maps.php
+++ b/frontends/php/maps.php
@@ -75,6 +75,11 @@
show_table3_h_delimiter();
echo "<form name=\"form2\" method=\"get\" action=\"maps.php\">";
+ if(isset($_GET["fullscreen"]))
+ {
+ echo "<input name=\"fullscreen\" type=\"hidden\" value=".$_GET["fullscreen"].">";
+ }
+
if(isset($_GET["sysmapid"])&&($_GET["sysmapid"]==0))
{
unset($_GET["sysmapid"]);