From: Guillaume Pellerin Date: Sun, 20 Jul 2014 14:57:35 +0000 (+0200) Subject: try bugfix X-Git-Tag: 2.8.1-pro~282^2~155 X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=21658458c2218633aa75ed9bf6ce30555be2d3f9;p=teleforma.git try bugfix --- diff --git a/teleforma/templates/teleforma/seminar_detail.html b/teleforma/templates/teleforma/seminar_detail.html index 5a5d8f2d..495ddbb8 100644 --- a/teleforma/templates/teleforma/seminar_detail.html +++ b/teleforma/templates/teleforma/seminar_detail.html @@ -62,6 +62,7 @@ var seminarUtils = { } $(window).ready(function(){ + var f = seminarUtils; var p = $('#publish'); p.unbind('click').click(function() { if (p.hasClass('icon_ok')){ @@ -74,7 +75,6 @@ $(window).ready(function(){ } }); - var f = seminarUtils; f.ping('{{seminar.id}}','{{user.username}}'); });