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

index 50259fb35d7f9b25b745f1a6ca8a28d2e66337c1..10d24bf72ba82ddfc93ca3d066bdff1ea7318322 100644 (file)
@@ -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', return true;);
          },
 
         unload : function(id, username){
-            json([id, username],'teleforma.seminar_unload', function(){return true});
+            json([id, username],'teleforma.seminar_unload', return true;);
          },
 
         }