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
This commit is contained in:
stan 2004-02-19 14:24:14 +00:00
parent be0db72faf
commit 0d88ef6974
1 changed files with 1 additions and 1 deletions

View File

@ -81,7 +81,7 @@ top.window.focus();
if ( $old_alarm )
{
?>
window.parent.frames[2].location.reload(true);
window.parent.MonitorEvents<?= $mid ?>.location.reload(true);
<?php
}
if ( ZM_WEB_REFRESH_METHOD == "javascript" )