From: Guillaume Pellerin Date: Sun, 20 Jul 2014 15:01:37 +0000 (+0200) Subject: try bugfix X-Git-Tag: 2.8.1-pro~282^2~152 X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=2b0845b8bd617beaa293428967029b1aad9209c9;p=teleforma.git try bugfix --- 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}}'); });