From: Guillaume Pellerin Date: Sun, 20 Jul 2014 16:03:01 +0000 (+0200) Subject: try bugfix X-Git-Tag: 2.8.1-pro~282^2~131 X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=5a86cb04fc7fee56c495accf22b202c69b98f1da;p=teleforma.git try bugfix --- 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;); }, }