From 01575a19bb2e7218ebb34ef90b848799bb555466 Mon Sep 17 00:00:00 2001 From: Guillaume Pellerin Date: Sun, 20 Jul 2014 17:05:46 +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 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; + }); }, -- 2.39.5