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:
parent
be0db72faf
commit
0d88ef6974
|
@ -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" )
|
||||
|
|
Loading…
Reference in New Issue