From 0d88ef6974909f14df0299eb56215c3707721e6e Mon Sep 17 00:00:00 2001 From: stan Date: Thu, 19 Feb 2004 14:24:14 +0000 Subject: [PATCH] Fixed refresh on alarm to do the correct frame. git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@873 e3e1d417-86f3-4887-817a-d78f3d33393f --- web/zm_html_view_watchstatus.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/zm_html_view_watchstatus.php b/web/zm_html_view_watchstatus.php index bafede2dd..d5ddddb10 100644 --- a/web/zm_html_view_watchstatus.php +++ b/web/zm_html_view_watchstatus.php @@ -81,7 +81,7 @@ top.window.focus(); if ( $old_alarm ) { ?> -window.parent.frames[2].location.reload(true); +window.parent.MonitorEvents.location.reload(true);