From 82fbbdb485ecf979283e24631b5f0bcbf4e30203 Mon Sep 17 00:00:00 2001 From: Guillaume Pellerin Date: Sun, 20 Jul 2014 19:22:59 +0200 Subject: [PATCH] try bugfix --- teleforma/templates/teleforma/seminar_detail.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/teleforma/templates/teleforma/seminar_detail.html b/teleforma/templates/teleforma/seminar_detail.html index e1701bad..9dc09185 100644 --- a/teleforma/templates/teleforma/seminar_detail.html +++ b/teleforma/templates/teleforma/seminar_detail.html @@ -55,11 +55,11 @@ var seminarUtils = { }, load : function(id, username){ - json_sync([id, username],'teleforma.seminar_load', function(){return null;}); + json([id, username],'teleforma.seminar_load', function(){return null;}); }, unload : function(id, username){ - json_sync([id, username],'teleforma.seminar_unload',function(){return null;}); + json([id, username],'teleforma.seminar_unload',function(){return null;}); }, } -- 2.39.5