From: Guillaume Pellerin Date: Sun, 20 Jul 2014 17:19:50 +0000 (+0200) Subject: try bugfix X-Git-Tag: 2.8.1-pro~282^2~100 X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=e98794248c62f871360462926d880ee4e22ec01b;p=teleforma.git try bugfix --- diff --git a/teleforma/templates/teleforma/seminar_detail.html b/teleforma/templates/teleforma/seminar_detail.html index 2d39b66b..21d7f062 100644 --- a/teleforma/templates/teleforma/seminar_detail.html +++ b/teleforma/templates/teleforma/seminar_detail.html @@ -63,7 +63,7 @@ var seminarUtils = { }, } -$(window).ready(function(){ +$(document).ready(function(){ var f = seminarUtils; f.load('{{seminar.id}}','{{user.username}}');