From: Guillaume Pellerin Date: Sun, 20 Jul 2014 15:11:53 +0000 (+0200) Subject: try bugfix X-Git-Tag: 2.8.1-pro~282^2~149 X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=23ed418c5e71bbf60fc56aa972ae1b7951690b7a;p=teleforma.git try bugfix --- diff --git a/teleforma/templates/teleforma/seminar_detail.html b/teleforma/templates/teleforma/seminar_detail.html index 48043ce8..19421432 100644 --- a/teleforma/templates/teleforma/seminar_detail.html +++ b/teleforma/templates/teleforma/seminar_detail.html @@ -77,7 +77,7 @@ $(window).ready(function(){ } }); - $(window).unload(function(){ + $(document).unload(function(){ f.ping('{{seminar.id}}','{{user.username}}'); });