From: Guillaume Pellerin Date: Sun, 20 Jul 2014 14:38:49 +0000 (+0200) Subject: bugfix X-Git-Tag: 2.8.1-pro~282^2~165 X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=f36b9b6c268708c5943cf04c1b39f97711ad7dd1;p=teleforma.git bugfix --- diff --git a/teleforma/templates/teleforma/seminar_detail.html b/teleforma/templates/teleforma/seminar_detail.html index bc8c5c23..21fd8c34 100644 --- a/teleforma/templates/teleforma/seminar_detail.html +++ b/teleforma/templates/teleforma/seminar_detail.html @@ -53,7 +53,7 @@ var seminarUtils = { }); } load : function(id, username){ - json([id], [username],'teleforma.seminar_load',function(){ + json([id, username],'teleforma.seminar_load',function(){ return false; }); },