From b97d10e1098b57069349e36c3526e84458789d7d Mon Sep 17 00:00:00 2001 From: Guillaume Pellerin Date: Sun, 20 Jul 2014 20:00:52 +0200 Subject: [PATCH] try bugfix --- teleforma/templates/teleforma/seminar_detail.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/teleforma/templates/teleforma/seminar_detail.html b/teleforma/templates/teleforma/seminar_detail.html index 14ea342e..f9c66945 100644 --- a/teleforma/templates/teleforma/seminar_detail.html +++ b/teleforma/templates/teleforma/seminar_detail.html @@ -63,13 +63,13 @@ var seminarUtils = { }, } -$(window).ready(function( ){ - var f = seminarUtils; +var f = seminarUtils; - $(document).ready(function( ){ +$(document).ready(function( ){ f.load('{{seminar.id}}','{{user.username}}'); }); +$(window).ready(function( ){ var p = $('#publish'); p.unbind('click').click(function() { if (p.hasClass('icon_ok')){ -- 2.39.5