Fix Video JS display

This commit is contained in:
grosroro
2012-06-01 19:37:58 +02:00
committed by Romain Neutron
parent 86c0021953
commit 9ca8625aa2
3 changed files with 9 additions and 1 deletions

View File

@@ -527,4 +527,8 @@ function closePreview(){
cancelPreview();
$(this).dequeue();
});
$.each($('#PREVIEWBOX video'), function(i,el){
_V_($(el).attr('id')).destroy();
});
}