From: Guillaume Pellerin Date: Sun, 20 Jul 2014 14:40:56 +0000 (+0200) Subject: bugfix X-Git-Tag: 2.8.1-pro~282^2~163 X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=37b4d12e3039413b6b650a91314a8af69d7e7abe;p=teleforma.git bugfix --- diff --git a/teleforma/templates/teleforma/seminar_detail.html b/teleforma/templates/teleforma/seminar_detail.html index 448d71f3..1dbcb025 100644 --- a/teleforma/templates/teleforma/seminar_detail.html +++ b/teleforma/templates/teleforma/seminar_detail.html @@ -51,7 +51,8 @@ var seminarUtils = { p.removeClass('icon_ok').addClass('icon_delete'); p.html('{% trans " rejected" %}'); }); - } + }, + load : function(id, username){ json([id, username],'teleforma.seminar_load',function(){ return false; @@ -59,7 +60,7 @@ var seminarUtils = { }, unload : function(id, username){ - json([id], [username],'teleforma.seminar_unload',function(){ + json([id, username],'teleforma.seminar_unload',function(){ return false; }); },