Removed a couple of opener reloads.

git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@247 e3e1d417-86f3-4887-817a-d78f3d33393f
pull/27/merge
stan 2003-01-07 10:58:42 +00:00
parent b8eedf88b9
commit 4b871c2925
1 changed files with 2 additions and 2 deletions

View File

@ -337,7 +337,7 @@ function newWindow(Url,Name,Width,Height)
<title>ZM - <?php echo $monitor[Name] ?> - Watch</title>
<link rel="stylesheet" href="zmstyles.css" type="text/css">
<script language="JavaScript">
opener.location.reload();
//opener.location.reload();
window.focus();
</script>
</head>
@ -817,7 +817,7 @@ function configureButton(form,name)
}
window.focus();
<?php if ( $filter ) { ?>
opener.location.reload();
//opener.location.reload();
filterWindow( '<?php echo $PHP_SELF ?>?view=filter&mid=<?php echo $mid ?><?php echo $filter_query ?>', 'zmFilter<?php echo $monitor[Name] ?>' );
location.href = '<?php echo $PHP_SELF ?>?view=events&mid=<?php echo $mid ?><?php echo $filter_query ?>';
<?php } ?>