From: Guillaume Pellerin Date: Sun, 20 Jul 2014 15:46:34 +0000 (+0200) Subject: try bugfix X-Git-Tag: 2.8.1-pro~282^2~136 X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=03dcd19f3cbf37836ba9ddb75934c4dc9ea45dd0;p=teleforma.git try bugfix --- diff --git a/teleforma/templates/teleforma/seminar_detail.html b/teleforma/templates/teleforma/seminar_detail.html index 4177c038..c0235adb 100644 --- a/teleforma/templates/teleforma/seminar_detail.html +++ b/teleforma/templates/teleforma/seminar_detail.html @@ -75,15 +75,15 @@ $(window).ready(function(){ } }); - $(window).unload(function(){ + + }); + +$(window).unload(function(){ var g = seminarUtils; g.ping('{{seminar.id}}','{{user.username}}'); }); - }); - - {% endif %}