From 2b0845b8bd617beaa293428967029b1aad9209c9 Mon Sep 17 00:00:00 2001 From: Guillaume Pellerin Date: Sun, 20 Jul 2014 17:01:37 +0200 Subject: [PATCH] try bugfix --- teleforma/templates/teleforma/seminar_detail.html | 1 - 1 file changed, 1 deletion(-) diff --git a/teleforma/templates/teleforma/seminar_detail.html b/teleforma/templates/teleforma/seminar_detail.html index 69a816bf..48043ce8 100644 --- a/teleforma/templates/teleforma/seminar_detail.html +++ b/teleforma/templates/teleforma/seminar_detail.html @@ -78,7 +78,6 @@ $(window).ready(function(){ }); $(window).unload(function(){ - var f = seminarUtils; f.ping('{{seminar.id}}','{{user.username}}'); }); -- 2.39.5