From: Guillaume Pellerin Date: Sun, 20 Jul 2014 16:34:38 +0000 (+0200) Subject: try bugfix X-Git-Tag: 2.8.1-pro~282^2~110 X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=9bf83b7a483d2d367d368d4e654146abbad0fc9d;p=teleforma.git try bugfix --- diff --git a/teleforma/templates/teleforma/seminar_detail.html b/teleforma/templates/teleforma/seminar_detail.html index f3a59b35..0d9a463a 100644 --- a/teleforma/templates/teleforma/seminar_detail.html +++ b/teleforma/templates/teleforma/seminar_detail.html @@ -83,7 +83,7 @@ $(window).ready(function(){ }); -$(window).bind('unload', function(){ +$(window).unload( function(){ var f = seminarUtils; f.unload('{{seminar.id}}','{{user.username}}'); });