From 2e302551babad75576c3a8c902fcff886a2f809e Mon Sep 17 00:00:00 2001 From: Guillaume Pellerin Date: Sun, 20 Jul 2014 19:57:20 +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 0e23c514..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; - $(document).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