mirror of
https://github.com/pierre42100/ComunicWeb
synced 2024-11-22 12:09:21 +00:00
Added VideoJS
This commit is contained in:
parent
a697d044db
commit
b90462d98d
1
assets/3rdparty/videojs/6.4.0/video-js.min.css
vendored
Executable file
1
assets/3rdparty/videojs/6.4.0/video-js.min.css
vendored
Executable file
File diff suppressed because one or more lines are too long
6
assets/3rdparty/videojs/6.4.0/video.min.js
vendored
Executable file
6
assets/3rdparty/videojs/6.4.0/video.min.js
vendored
Executable file
File diff suppressed because one or more lines are too long
@ -37,7 +37,10 @@ class Dev {
|
||||
"3rdparty/adminLTE/dist/css/skins/_all-skins.min.css",
|
||||
|
||||
//Light box
|
||||
"3rdparty/lightbox/ekko-lightbox.min.css"
|
||||
"3rdparty/lightbox/ekko-lightbox.min.css",
|
||||
|
||||
//VideoJS
|
||||
"3rdparty/videojs/6.4.0/video-js.min.css"
|
||||
);
|
||||
|
||||
/**
|
||||
@ -76,6 +79,9 @@ class Dev {
|
||||
|
||||
//Light box
|
||||
"3rdparty/lightbox/ekko-lightbox.min.js",
|
||||
|
||||
//VideoJS
|
||||
"3rdparty/videojs/6.4.0/video.min.js"
|
||||
);
|
||||
|
||||
/**
|
||||
|
Loading…
Reference in New Issue
Block a user