From 6a524d370e8ae76f66c0d04a7719d8f29070ac70 Mon Sep 17 00:00:00 2001 From: Guillaume Pellerin Date: Sun, 20 Jul 2014 18:07:45 +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 4b0a2e8a..709f55e1 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(){return true};); + json([id, username],'teleforma.seminar_load', function(){return true}); }, unload : function(id, username){ - json([id, username],'teleforma.seminar_unload', function(){return true};); + json([id, username],'teleforma.seminar_unload', function(){return true}); }, } -- 2.39.5