Removed php code
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@2564 e3e1d417-86f3-4887-817a-d78f3d33393f
This commit is contained in:
parent
19fe97a8ca
commit
8418c4148e
|
@ -2,7 +2,7 @@ function closeWindows()
|
|||
{
|
||||
window.close();
|
||||
// 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();
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue