From 3e084e986da6a6c7c4aaa1bf8446bcacbfc8c8f2 Mon Sep 17 00:00:00 2001 From: Guillaume Pellerin Date: Sun, 20 Jul 2014 19:25:39 +0200 Subject: [PATCH] try bugfix --- teleforma/templates/teleforma/seminar_detail.html | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/teleforma/templates/teleforma/seminar_detail.html b/teleforma/templates/teleforma/seminar_detail.html index 499272e1..2d39b66b 100644 --- a/teleforma/templates/teleforma/seminar_detail.html +++ b/teleforma/templates/teleforma/seminar_detail.html @@ -65,9 +65,7 @@ var seminarUtils = { $(window).ready(function(){ var f = seminarUtils; - $(window).ready(function(){ - f.load('{{seminar.id}}','{{user.username}}'); - }); + f.load('{{seminar.id}}','{{user.username}}'); var p = $('#publish'); p.unbind('click').click(function() { -- 2.39.5