From: Guillaume Pellerin Date: Sun, 20 Jul 2014 16:17:02 +0000 (+0200) Subject: try bugfix X-Git-Tag: 2.8.1-pro~282^2~121 X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=6901c93ee4b29ab91c3958f18fffa76d4bbb7a15;p=teleforma.git try bugfix --- diff --git a/teleforma/templates/teleforma/seminar_detail.html b/teleforma/templates/teleforma/seminar_detail.html index 8f20d715..e8de7598 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([id, username],'teleforma.seminar_load', function(){}); + json([id, username],'teleforma.seminar_load', function(){a=1;}); }, unload : function(id, username){ - json([id, username],'teleforma.seminar_unload',function(){}); + json([id, username],'teleforma.seminar_unload',function(){a=1;}); }, }