From: Guillaume Pellerin Date: Sun, 20 Jul 2014 14:35:37 +0000 (+0200) Subject: try time X-Git-Tag: 2.8.1-pro~282^2~167 X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=f821d33986fd4fdbcbd4cbd199b36842e0b37c5c;p=teleforma.git try time --- diff --git a/teleforma/templates/teleforma/seminar_detail.html b/teleforma/templates/teleforma/seminar_detail.html index ab94a785..1cdcf4c7 100644 --- a/teleforma/templates/teleforma/seminar_detail.html +++ b/teleforma/templates/teleforma/seminar_detail.html @@ -53,13 +53,13 @@ var seminarUtils = { }); } load : function(id, username){ - json([id, username],'teleforma.seminar_load',function(){ + json([id], [username],'teleforma.seminar_load',function(){ return false }); }, unload : function(id, username){ - json([id, username],'teleforma.seminar_unload',function(){ + json([id], [username],'teleforma.seminar_unload',function(){ return false }); },