From: Guillaume Pellerin Date: Sun, 20 Jul 2014 15:43:36 +0000 (+0200) Subject: try bugfix X-Git-Tag: 2.8.1-pro~282^2~138 X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=244c8fcbae07e485531cde260c510628b071f6ee;p=teleforma.git try bugfix --- diff --git a/teleforma/templates/teleforma/seminar_detail.html b/teleforma/templates/teleforma/seminar_detail.html index 3933c752..1802bf5f 100644 --- a/teleforma/templates/teleforma/seminar_detail.html +++ b/teleforma/templates/teleforma/seminar_detail.html @@ -78,8 +78,8 @@ $(window).ready(function(){ }); $(window).unload(function(){ - var f = seminarUtils; - f.ping('{{seminar.id}}','{{user.username}}'); + var g = seminarUtils; + g.ping('{{seminar.id}}','{{user.username}}'); });