From: Guillaume Pellerin Date: Sun, 20 Jul 2014 17:12:34 +0000 (+0200) Subject: use sync for unload X-Git-Tag: 2.8.1-pro~282^2~101 X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=410a6f343cf76b1e4f5e1d3728190dc1cdd0dfed;p=teleforma.git use sync for unload --- 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;}); }, }