mirror of
https://github.com/ZoneMinder/zoneminder.git
synced 2026-03-30 19:52:31 -04:00
include video.js for video view as well as event
This commit is contained in:
@@ -958,7 +958,7 @@ function xhtmlFooter() {
|
||||
), true );
|
||||
?>
|
||||
<?php
|
||||
if ( $view == 'event' ) {
|
||||
if ($view == 'event' || $view == 'video') {
|
||||
?>
|
||||
<link href="skins/<?php echo $skin ?>/js/video-js.css" rel="stylesheet">
|
||||
<link href="skins/<?php echo $skin ?>/js/video-js-skin.css" rel="stylesheet">
|
||||
|
||||
Reference in New Issue
Block a user