diff --git a/assets/js/components/posts/ui.js b/assets/js/components/posts/ui.js index 82282586..f7fe50ed 100644 --- a/assets/js/components/posts/ui.js +++ b/assets/js/components/posts/ui.js @@ -120,7 +120,7 @@ ComunicWeb.components.posts.ui = { video_src.type = infos.video_infos.file_type; //Enable videoJS - videojs(video); + //videojs(video); } diff --git a/system/config/dev.config.php b/system/config/dev.config.php index c431b578..78eca0b6 100644 --- a/system/config/dev.config.php +++ b/system/config/dev.config.php @@ -40,7 +40,7 @@ class Dev { "3rdparty/lightbox/ekko-lightbox.min.css", //VideoJS - "3rdparty/videojs/6.4.0/video-js.min.css" + //"3rdparty/videojs/6.4.0/video-js.min.css" ); /** @@ -81,7 +81,7 @@ class Dev { "3rdparty/lightbox/ekko-lightbox.min.js", //VideoJS - "3rdparty/videojs/6.4.0/video.min.js" + //"3rdparty/videojs/6.4.0/video.min.js" ); /**