From b15b0281beb723ee85def57745de328cf36882ad Mon Sep 17 00:00:00 2001 From: Isaac Connor Date: Fri, 22 Apr 2022 16:00:27 -0400 Subject: [PATCH] Use getStreamHTML to include the state html --- web/skins/classic/views/zone.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/web/skins/classic/views/zone.php b/web/skins/classic/views/zone.php index 4c2cc2d30..0a7be0b1a 100644 --- a/web/skins/classic/views/zone.php +++ b/web/skins/classic/views/zone.php @@ -109,7 +109,6 @@ $selfIntersecting = isSelfIntersecting($newZone['Points']); $focusWindow = true; # Have to do this here, because the .js.php references somethings figured out when generating the streamHTML $monitor->connKey(); -$StreamHTML = getStreamHTML($monitor, array('mode'=>'single')); # So I'm thinking now that 50% of screen real-estate with a minimum of 640px. # scale should be floor(whatever that width is/actual width) @@ -144,7 +143,9 @@ xhtmlHeaders(__FILE__, translate('Zone'));
- + getStreamHTML(array('mode'=>'single', 'zones'=>false, 'state'=>true)); +?>
getMonitorStateHTML(); ?>