From: Guillaume Pellerin Date: Sun, 20 Jul 2014 18:00:52 +0000 (+0200) Subject: try bugfix X-Git-Tag: 2.8.1-pro~282^2~87 X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=b97d10e1098b57069349e36c3526e84458789d7d;p=teleforma.git try bugfix --- 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')){