From: Guillaume Pellerin Date: Sun, 20 Jul 2014 17:21:49 +0000 (+0200) Subject: try bugfix X-Git-Tag: 2.8.1-pro~282^2~99 X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=1a62d77f04dcd538a790ad2803ad1e4c0ee723e8;p=teleforma.git try bugfix --- diff --git a/teleforma/templates/teleforma/seminar_detail.html b/teleforma/templates/teleforma/seminar_detail.html index 21d7f062..e1701bad 100644 --- a/teleforma/templates/teleforma/seminar_detail.html +++ b/teleforma/templates/teleforma/seminar_detail.html @@ -55,7 +55,7 @@ var seminarUtils = { }, load : function(id, username){ - json([id, username],'teleforma.seminar_load', function(){return null;}); + json_sync([id, username],'teleforma.seminar_load', function(){return null;}); }, unload : function(id, username){