From: Yoan Le Clanche Date: Tue, 19 May 2020 09:24:02 +0000 (+0200) Subject: WIP X-Git-Tag: 2.8.1-pro~187^2~5 X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=cb34a39df39c7a333d246004517428dc3bdfadab;p=teleforma.git WIP --- diff --git a/teleforma/templates/teleforma/seminar_detail.html b/teleforma/templates/teleforma/seminar_detail.html index 9332314e..003eafb0 100644 --- a/teleforma/templates/teleforma/seminar_detail.html +++ b/teleforma/templates/teleforma/seminar_detail.html @@ -77,7 +77,6 @@ $(window).ready(function( ){ }); {% endif %} $(window).bind('beforeunload', function(){ - console.log('unload') onUnloadSeminar('{{seminar.id}}','{{user.username}}') }); });