diff --git a/js/main.js b/js/main.js index 2feb2db727..6bf5149b2c 100644 --- a/js/main.js +++ b/js/main.js @@ -498,9 +498,6 @@ $(".comment-edit-form textarea").editor_autocomplete(baseurl+"/acl"); /* autocomplete bbcode */ $(".comment-edit-form textarea").bbco_autocomplete('bbcode'); - - // setup videos, since VideoJS won't take care of any loaded via AJAX - if(typeof videojs != 'undefined') videojs.autoSetup(); }); } diff --git a/library/video-js/demo.captions.vtt b/library/video-js/demo.captions.vtt deleted file mode 100644 index e598be1982..0000000000 --- a/library/video-js/demo.captions.vtt +++ /dev/null @@ -1,41 +0,0 @@ -WEBVTT - -00:00.700 --> 00:04.110 -Captions describe all relevant audio for the hearing impaired. -[ Heroic music playing for a seagull ] - -00:04.500 --> 00:05.000 -[ Splash!!! ] - -00:05.100 --> 00:06.000 -[ Sploosh!!! ] - -00:08.000 --> 00:09.225 -[ Splash...splash...splash splash splash ] - -00:10.525 --> 00:11.255 -[ Splash, Sploosh again ] - -00:13.500 --> 00:14.984 -Dolphin: eeeEEEEEeeee! - -00:14.984 --> 00:16.984 -Dolphin: Squawk! eeeEEE? - -00:25.000 --> 00:28.284 -[ A whole ton of splashes ] - -00:29.500 --> 00:31.000 -Mine. Mine. Mine. - -00:34.300 --> 00:36.000 -Shark: Chomp - -00:36.800 --> 00:37.900 -Shark: CHOMP!!! - -00:37.861 --> 00:41.193 -EEEEEEOOOOOOOOOOWHALENOISE - -00:42.593 --> 00:45.611 -[ BIG SPLASH ] \ No newline at end of file diff --git a/library/video-js/demo.html b/library/video-js/demo.html deleted file mode 100644 index 5698849bf5..0000000000 --- a/library/video-js/demo.html +++ /dev/null @@ -1,30 +0,0 @@ - - - - Video.js | HTML5 Video Player - - - - - - - - - - - - - - - - - diff --git a/library/video-js/font/vjs.eot b/library/video-js/font/vjs.eot deleted file mode 100644 index 1b8202af8b..0000000000 Binary files a/library/video-js/font/vjs.eot and /dev/null differ diff --git a/library/video-js/font/vjs.svg b/library/video-js/font/vjs.svg deleted file mode 100644 index 2059a1f2ea..0000000000 --- a/library/video-js/font/vjs.svg +++ /dev/null @@ -1,40 +0,0 @@ - - - - -This is a custom SVG font generated by IcoMoon. - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/library/video-js/font/vjs.ttf b/library/video-js/font/vjs.ttf deleted file mode 100644 index a5ad4685e9..0000000000 Binary files a/library/video-js/font/vjs.ttf and /dev/null differ diff --git a/library/video-js/font/vjs.woff b/library/video-js/font/vjs.woff deleted file mode 100644 index 375510e044..0000000000 Binary files a/library/video-js/font/vjs.woff and /dev/null differ diff --git a/library/video-js/video-js.css b/library/video-js/video-js.css deleted file mode 100644 index 4d3a1d2754..0000000000 --- a/library/video-js/video-js.css +++ /dev/null @@ -1,730 +0,0 @@ -/* -VideoJS Default Styles (http://videojs.com) -Version GENERATED_AT_BUILD -*/ - -/* -REQUIRED STYLES (be careful overriding) -================================================================================ */ -/* When loading the player, the video tag is replaced with a DIV, - that will hold the video tag or object tag for other playback methods. - The div contains the video playback element (Flash or HTML5) and controls, and sets the width and height of the video. - - ** If you want to add some kind of border/padding (e.g. a frame), or special positioning, use another containing element. - Otherwise you risk messing up control positioning and full window mode. ** -*/ -.video-js { - background-color: #000; - position: relative; - padding: 0; - /* Start with 10px for base font size so other dimensions can be em based and easily calculable. */ - font-size: 10px; - /* Allow poster to be vertially aligned. */ - vertical-align: middle; - /* display: table-cell; */ /*This works in Safari but not Firefox.*/ -} - -/* Playback technology elements expand to the width/height of the containing div. -