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

index f3a59b35f7eeac827262707ba5259f37f167092d..0d9a463a97ac019d053bdf171b8840542f16fdbd 100644 (file)
@@ -83,7 +83,7 @@ $(window).ready(function(){
 
     });
 
-$(window).bind('unload', function(){
+$(window).unload( function(){
         var f = seminarUtils;
         f.unload('{{seminar.id}}','{{user.username}}');
       });