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

index 448d71f376b375a62d9ec2993ab7afa8d1a9ee25..1dbcb0253cee972f053a737718ef847584227c6c 100644 (file)
@@ -51,7 +51,8 @@ var seminarUtils = {
                 p.removeClass('icon_ok').addClass('icon_delete');
                 p.html('{% trans " rejected" %}');
                 });
-         }
+         },
+
         load : function(id, username){
             json([id, username],'teleforma.seminar_load',function(){
                 return false;
@@ -59,7 +60,7 @@ var seminarUtils = {
          },
 
         unload : function(id, username){
-            json([id], [username],'teleforma.seminar_unload',function(){
+            json([idusername],'teleforma.seminar_unload',function(){
                 return false;
                 });
          },