Remove video-js support

This commit is contained in:
Romain Neutron
2012-07-18 16:07:46 +02:00
parent 725693475e
commit 5a51a0fddd
17 changed files with 8 additions and 5179 deletions

View File

@@ -498,7 +498,6 @@ function setPreview(){
top: t,
left: l
}).attr('width',w).attr('height',h);
$('#PREVIEWIMGCONT .videoTips.video-js').trigger('resize-video-js');
}
function classicMode(){
@@ -529,5 +528,4 @@ function closePreview(){
$(this).dequeue();
});
$('#PREVIEWBOX .videoTips.video-js').trigger('unload-video-js');
}