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

index ab94a785b5509f1ebdd3f07eb6d65e3feee9f42f..1cdcf4c7f6dc75d2dcb7f87563c308882b53236d 100644 (file)
@@ -53,13 +53,13 @@ var seminarUtils = {
                 });
          }
         load : function(id, username){
-            json([idusername],'teleforma.seminar_load',function(){
+            json([id], [username],'teleforma.seminar_load',function(){
                 return false
                 });
          },
 
         unload : function(id, username){
-            json([idusername],'teleforma.seminar_unload',function(){
+            json([id], [username],'teleforma.seminar_unload',function(){
                 return false
                 });
          },