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

index 8f20d715da7bbd8a651327f5831c1ac796b179a7..e8de75980f2bceaf56ac0e730aa51f8873db2711 100644 (file)
@@ -55,11 +55,11 @@ var seminarUtils = {
          },
 
         load : function(id, username){
-            json([id, username],'teleforma.seminar_load', function(){});
+            json([id, username],'teleforma.seminar_load', function(){a=1;});
          },
 
         unload : function(id, username){
-            json([id, username],'teleforma.seminar_unload',function(){});
+            json([id, username],'teleforma.seminar_unload',function(){a=1;});
          },
 
         }