mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-11 20:13:28 +00:00
Fix Video JS display
This commit is contained in:
@@ -527,4 +527,8 @@ function closePreview(){
|
||||
cancelPreview();
|
||||
$(this).dequeue();
|
||||
});
|
||||
|
||||
$.each($('#PREVIEWBOX video'), function(i,el){
|
||||
_V_($(el).attr('id')).destroy();
|
||||
});
|
||||
}
|
||||
|
Reference in New Issue
Block a user