Disabled VideoJS to improve performances

This commit is contained in:
Pierre
2018-01-03 11:17:47 +01:00
parent 0e18bdf154
commit 836e020c25
2 changed files with 3 additions and 3 deletions

View File

@ -120,7 +120,7 @@ ComunicWeb.components.posts.ui = {
video_src.type = infos.video_infos.file_type;
//Enable videoJS
videojs(video);
//videojs(video);
}