Removed php code

git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@2564 e3e1d417-86f3-4887-817a-d78f3d33393f
This commit is contained in:
stan 2008-07-16 15:18:40 +00:00
parent 19fe97a8ca
commit 8418c4148e
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@ function closeWindows()
{ {
window.close(); window.close();
// This is a hack. The only way to close an existing window is to try and open it! // This is a hack. The only way to close an existing window is to try and open it!
var filterWindow = window.open( "<?= $_SERVER['PHP_SELF'] ?>?view=none", 'zmFilter', 'width=1,height=1' ); var filterWindow = window.open( thisUrl+'?view=none', 'zmFilter', 'width=1,height=1' );
filterWindow.close(); filterWindow.close();
} }