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

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