Nettoyage commentaire quand on ferme la vidéo
This commit is contained in:
parent
b97b1e04e2
commit
36075dee12
@ -280,6 +280,7 @@
|
||||
});
|
||||
$('#youtubeModal').on('hidden.bs.modal', function () {
|
||||
$(this).find('.modal-body iframe')[0].src = "";
|
||||
$(this).find('.modal-body p')[0].innerHTML = "";
|
||||
});
|
||||
|
||||
$('#vimeoModal').on('show.bs.modal', function (event) {
|
||||
@ -293,6 +294,7 @@
|
||||
});
|
||||
$('#vimeoModal').on('hidden.bs.modal', function () {
|
||||
$(this).find('.modal-body iframe')[0].src = "";
|
||||
$(this).find('.modal-body p')[0].innerHTML = "";
|
||||
});
|
||||
</script>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user