Doesn't automatically refresh event list on opening event.
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@114 e3e1d417-86f3-4887-817a-d78f3d33393f
This commit is contained in:
parent
d62bafcad8
commit
d97a1036aa
|
@ -743,6 +743,7 @@ function configureButton(form,name)
|
|||
}
|
||||
form.delete_btn.disabled = !checked;
|
||||
}
|
||||
window.focus();
|
||||
<?php if ( $filter ) { ?>
|
||||
filterWindow( '<?php echo $PHP_SELF ?>?view=filter&mid=<?php echo $mid ?><?php echo $filter_query ?>', 'zmFilter<?php echo $monitor[Name] ?>' );
|
||||
<?php } ?>
|
||||
|
@ -888,6 +889,7 @@ function submitToEvents( form )
|
|||
form.view.value = 'events';
|
||||
form.submit();
|
||||
}
|
||||
window.focus();
|
||||
</script>
|
||||
</head>
|
||||
<body>
|
||||
|
@ -1066,7 +1068,7 @@ function deleteEvent()
|
|||
<title>ZM - Event - <?php echo $event[Name] ?></title>
|
||||
<link rel="stylesheet" href="zmstyles.css" type="text/css">
|
||||
<script language="JavaScript">
|
||||
opener.location.reload();
|
||||
//opener.location.reload();
|
||||
window.focus();
|
||||
function refreshWindow()
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue