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

index c943410e5187350365def40ad8de76203b3bd1cf..4b0a2e8abbba5630ba2f35124b66156dc9f242fd 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(){return true};);
          },
 
         unload : function(id, username){
-            json([id, username],'teleforma.seminar_unload', return true;);
+            json([id, username],'teleforma.seminar_unload', function(){return true};);
          },
 
         }