From 410a6f343cf76b1e4f5e1d3728190dc1cdd0dfed Mon Sep 17 00:00:00 2001 From: Guillaume Pellerin Date: Sun, 20 Jul 2014 19:12:34 +0200 Subject: [PATCH] use sync for unload --- 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 f22a4e71..2d39b66b 100644 --- a/teleforma/templates/teleforma/seminar_detail.html +++ b/teleforma/templates/teleforma/seminar_detail.html @@ -59,7 +59,7 @@ var seminarUtils = { }, unload : function(id, username){ - json([id, username],'teleforma.seminar_unload',function(){return null;}); + json_sync([id, username],'teleforma.seminar_unload',function(){return null;}); }, } -- 2.39.5