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

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