From 5a86cb04fc7fee56c495accf22b202c69b98f1da Mon Sep 17 00:00:00 2001 From: Guillaume Pellerin Date: Sun, 20 Jul 2014 18:03:01 +0200 Subject: [PATCH] try bugfix --- 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 61bf4da4..ea2fa411 100644 --- a/teleforma/templates/teleforma/seminar_detail.html +++ b/teleforma/templates/teleforma/seminar_detail.html @@ -55,11 +55,11 @@ var seminarUtils = { }, load : function(id, username){ - json([id, username],'teleforma.seminar_load'); + json([id, username],'teleforma.seminar_load', return false;); }, unload : function(id, username){ - json([id, username],'teleforma.seminar_unload'); + json([id, username],'teleforma.seminar_unload', return false;); }, } -- 2.39.5