From 23ed418c5e71bbf60fc56aa972ae1b7951690b7a Mon Sep 17 00:00:00 2001 From: Guillaume Pellerin Date: Sun, 20 Jul 2014 17:11:53 +0200 Subject: [PATCH] try bugfix --- teleforma/templates/teleforma/seminar_detail.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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}}'); }); -- 2.39.5