From f36b9b6c268708c5943cf04c1b39f97711ad7dd1 Mon Sep 17 00:00:00 2001 From: Guillaume Pellerin Date: Sun, 20 Jul 2014 16:38:49 +0200 Subject: [PATCH] bugfix --- teleforma/templates/teleforma/seminar_detail.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; }); }, -- 2.39.5