From 36075dee1205f61b397a1693b01e6a8fe7b25386 Mon Sep 17 00:00:00 2001 From: nyanloutre Date: Thu, 20 Jul 2017 14:12:54 +0200 Subject: [PATCH] =?UTF-8?q?Nettoyage=20commentaire=20quand=20on=20ferme=20?= =?UTF-8?q?la=20vid=C3=A9o?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- index.html | 2 ++ 1 file changed, 2 insertions(+) diff --git a/index.html b/index.html index 21526bc..2c925f0 100644 --- a/index.html +++ b/index.html @@ -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 = ""; });