Bug 176 - Fixed misc JavaScript error.
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@1505 e3e1d417-86f3-4887-817a-d78f3d33393f
This commit is contained in:
parent
02d8d3dbd8
commit
b29b9866aa
|
@ -119,7 +119,7 @@ function closeWindow()
|
|||
}
|
||||
function newWindow(Url,Name,Width,Height)
|
||||
{
|
||||
var Name = window.open(Url,Name,"resizable,width="+Width+",height="+Height);
|
||||
var Win = window.open(Url,Name,"resizable,width="+Width+",height="+Height);
|
||||
}
|
||||
<?php
|
||||
if ( $play && $next_event )
|
||||
|
|
Loading…
Reference in New Issue