]> git.parisson.com Git - teleforma.git/commitdiff
try bugfix
authorGuillaume Pellerin <yomguy@parisson.com>
Sun, 20 Jul 2014 16:16:33 +0000 (18:16 +0200)
committerGuillaume Pellerin <yomguy@parisson.com>
Sun, 20 Jul 2014 16:16:33 +0000 (18:16 +0200)
teleforma/templates/teleforma/seminar_detail.html

index 10d24bf72ba82ddfc93ca3d066bdff1ea7318322..8f20d715da7bbd8a651327f5831c1ac796b179a7 100644 (file)
@@ -55,11 +55,11 @@ var seminarUtils = {
          },
 
         load : function(id, username){
-            json([id, username],'teleforma.seminar_load', return true;);
+            json([id, username],'teleforma.seminar_load', function(){});
          },
 
         unload : function(id, username){
-            json([id, username],'teleforma.seminar_unload', return true;);
+            json([id, username],'teleforma.seminar_unload',function(){});
          },
 
         }