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

index aec919c1219a05d49808d760b1fed322bef6c599..dcb5039ac25e8930c436ed8709b1f75ac3015fdc 100644 (file)
@@ -82,8 +82,8 @@ $(window).ready(function(){
             }
         });
 
-      $(window).unbind('beforeunload');
       $(window).beforeunload(function(){
+        $(window).unbind('beforeunload');
         f.unload('{{seminar.id}}','{{user.username}}');
       });