From: Guillaume Pellerin Date: Sun, 20 Jul 2014 16:20:56 +0000 (+0200) Subject: try bugfix X-Git-Tag: 2.8.1-pro~282^2~119 X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=525f25e05763d73837b2dc753060d1c1c62fbefa;p=teleforma.git try bugfix --- diff --git a/teleforma/templates/teleforma/seminar_detail.html b/teleforma/templates/teleforma/seminar_detail.html index 3d00b7e7..575d418b 100644 --- a/teleforma/templates/teleforma/seminar_detail.html +++ b/teleforma/templates/teleforma/seminar_detail.html @@ -82,7 +82,7 @@ $(window).ready(function(){ } }); - $(window).unbind('beforeunload').unload(function(){ + $(window).unload(function(){ f.unload('{{seminar.id}}','{{user.username}}'); });