Update twig templates

This commit is contained in:
Romain Neutron
2012-07-17 15:01:12 +02:00
parent 71e2e53d34
commit ca1341b55a
23 changed files with 101 additions and 103 deletions

View File

@@ -529,7 +529,5 @@ function closePreview(){
$(this).dequeue();
});
$.each($('#PREVIEWBOX video'), function(i,el){
_V_($(el).attr('id')).destroy();
});
$('#PREVIEWBOX .videoTips.video-js').trigger('unload-video-js');
}