From: Guillaume Pellerin Date: Sun, 20 Jul 2014 15:05:46 +0000 (+0200) Subject: try bugfix X-Git-Tag: 2.8.1-pro~282^2~151 X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=01575a19bb2e7218ebb34ef90b848799bb555466;p=teleforma.git try bugfix --- diff --git a/teleforma/templates/teleforma/seminar_detail.html b/teleforma/templates/teleforma/seminar_detail.html index 48043ce8..24ec1288 100644 --- a/teleforma/templates/teleforma/seminar_detail.html +++ b/teleforma/templates/teleforma/seminar_detail.html @@ -55,7 +55,7 @@ var seminarUtils = { ping : function(id, username){ json([id, username],'teleforma.seminar_ping',function(){ - return false; + }); },