From: Guillaume Pellerin Date: Sun, 20 Jul 2014 16:06:40 +0000 (+0200) Subject: try bugfix X-Git-Tag: 2.8.1-pro~282^2~129 X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=9792e22b1ac663b155ae08677bc3936fa22edf14;p=teleforma.git try bugfix --- diff --git a/teleforma/templates/teleforma/seminar_detail.html b/teleforma/templates/teleforma/seminar_detail.html index c943410e..4b0a2e8a 100644 --- a/teleforma/templates/teleforma/seminar_detail.html +++ b/teleforma/templates/teleforma/seminar_detail.html @@ -55,11 +55,11 @@ var seminarUtils = { }, load : function(id, username){ - json([id, username],'teleforma.seminar_load', return true;); + json([id, username],'teleforma.seminar_load', function(){return true};); }, unload : function(id, username){ - json([id, username],'teleforma.seminar_unload', return true;); + json([id, username],'teleforma.seminar_unload', function(){return true};); }, }