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

index 575d418b9d183b1f0e6fbd74058ca1ed6c387862..38b58bc6d4380621fd6464bfede41c0b989858fe 100644 (file)
@@ -82,14 +82,15 @@ $(window).ready(function(){
             }
         });
 
-      $(window).unload(function(){
+    $(window).unload(function(){
+      $(window).unbind('beforeunload');
         f.unload('{{seminar.id}}','{{user.username}}');
       });
 
-
     });
 
 
+
 </script>
 {% endif %}