Fixed incorrect Video link.
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@2240 e3e1d417-86f3-4887-817a-d78f3d33393f
This commit is contained in:
parent
4f426ba966
commit
c78fec4577
|
@ -428,6 +428,11 @@ function unarchiveEvent()
|
|||
actQuery( 'unarchive' );
|
||||
}
|
||||
|
||||
function videoEvent()
|
||||
{
|
||||
newWindow( '<?= $PHP_SELF ?>?view=video&eid=<?= $eid ?>', 'zmVideo', <?= $jws['video']['w']+$event['Width'] ?>, <?= $jws['video']['h']+$event['Height'] ?> );
|
||||
}
|
||||
|
||||
function drawProgressBar()
|
||||
{
|
||||
var barWidth = 0;
|
||||
|
|
Loading…
Reference in New Issue