From f821d33986fd4fdbcbd4cbd199b36842e0b37c5c Mon Sep 17 00:00:00 2001 From: Guillaume Pellerin Date: Sun, 20 Jul 2014 16:35:37 +0200 Subject: [PATCH] try time --- teleforma/templates/teleforma/seminar_detail.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 }); }, -- 2.39.5