From 21658458c2218633aa75ed9bf6ce30555be2d3f9 Mon Sep 17 00:00:00 2001 From: Guillaume Pellerin Date: Sun, 20 Jul 2014 16:57:35 +0200 Subject: [PATCH] try bugfix --- teleforma/templates/teleforma/seminar_detail.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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}}'); }); -- 2.39.5