From: Guillaume Pellerin Date: Sun, 20 Jul 2014 15:45:32 +0000 (+0200) Subject: try bugfix X-Git-Tag: 2.8.1-pro~282^2~137 X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=77a2c75c6e58a8154019219cdbfeda5d413ad1a5;p=teleforma.git try bugfix --- diff --git a/teleforma/templates/teleforma/seminar_detail.html b/teleforma/templates/teleforma/seminar_detail.html index 1802bf5f..4177c038 100644 --- a/teleforma/templates/teleforma/seminar_detail.html +++ b/teleforma/templates/teleforma/seminar_detail.html @@ -54,9 +54,7 @@ var seminarUtils = { }, ping : function(id, username){ - json([id, username],'teleforma.seminar_ping',function(){ - // return false; - }); + json([id, username],'teleforma.seminar_ping'); }, }