From ca69a79bedb42464af564e25196c85bd6464bf7f Mon Sep 17 00:00:00 2001 From: Isaac Connor Date: Thu, 27 Oct 2016 17:05:33 -0400 Subject: [PATCH] fix video.js not being included when we are viewing an event without an h264 file, and when buttons do not exist. --- web/skins/classic/includes/functions.php | 9 ++++++++- web/skins/classic/views/event.php | 4 ---- web/skins/classic/views/js/event.js | 16 ++++++++++++---- 3 files changed, 20 insertions(+), 9 deletions(-) diff --git a/web/skins/classic/includes/functions.php b/web/skins/classic/includes/functions.php index b401f0de7..6bcc340c6 100644 --- a/web/skins/classic/includes/functions.php +++ b/web/skins/classic/includes/functions.php @@ -95,7 +95,14 @@ var $j = jQuery.noConflict(); - + + + + + diff --git a/web/skins/classic/views/event.php b/web/skins/classic/views/event.php index 8e247af4e..b10a59d0a 100644 --- a/web/skins/classic/views/event.php +++ b/web/skins/classic/views/event.php @@ -153,10 +153,6 @@ if ( $Event->DefaultVideo() ) { - - - -