From 77a2c75c6e58a8154019219cdbfeda5d413ad1a5 Mon Sep 17 00:00:00 2001 From: Guillaume Pellerin Date: Sun, 20 Jul 2014 17:45:32 +0200 Subject: [PATCH] try bugfix --- teleforma/templates/teleforma/seminar_detail.html | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) 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'); }, } -- 2.39.5