]> git.parisson.com Git - teleforma.git/commitdiff
try bugfix
authorGuillaume Pellerin <yomguy@parisson.com>
Sun, 20 Jul 2014 15:11:53 +0000 (17:11 +0200)
committerGuillaume Pellerin <yomguy@parisson.com>
Sun, 20 Jul 2014 15:11:53 +0000 (17:11 +0200)
teleforma/templates/teleforma/seminar_detail.html

index 48043ce8a63b3feadfcccdf047cb597770162226..1942143200c4545d7480c2de76500cad495fe106 100644 (file)
@@ -77,7 +77,7 @@ $(window).ready(function(){
             }
         });
 
-    $(window).unload(function(){
+    $(document).unload(function(){
           f.ping('{{seminar.id}}','{{user.username}}');
         });