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:
stan 2005-10-16 21:09:56 +00:00
parent 02d8d3dbd8
commit b29b9866aa
1 changed files with 1 additions and 1 deletions

View File

@ -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 )