From 03dcd19f3cbf37836ba9ddb75934c4dc9ea45dd0 Mon Sep 17 00:00:00 2001 From: Guillaume Pellerin Date: Sun, 20 Jul 2014 17:46:34 +0200 Subject: [PATCH] try bugfix --- teleforma/templates/teleforma/seminar_detail.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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 %} -- 2.39.5