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

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