From cd253f4e8813ced46906c219066a53533d662499 Mon Sep 17 00:00:00 2001 From: Guillaume Pellerin Date: Sun, 20 Jul 2014 17:16:50 +0200 Subject: [PATCH] try 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 1192e4cd..01db1cf1 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; + }); }, -- 2.39.5