From: Guillaume Pellerin Date: Sun, 20 Jul 2014 16:32:15 +0000 (+0200) Subject: try bugfix X-Git-Tag: 2.8.1-pro~282^2~112 X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=076c1c7212e68aa0c864b6571cf91e55cef3ef8a;p=teleforma.git try bugfix --- diff --git a/teleforma/templates/teleforma/seminar_detail.html b/teleforma/templates/teleforma/seminar_detail.html index 98dfb0ec..c4a728e1 100644 --- a/teleforma/templates/teleforma/seminar_detail.html +++ b/teleforma/templates/teleforma/seminar_detail.html @@ -85,8 +85,7 @@ $(window).ready(function(){ }); -$(window).unbind('beforeunload'); - $(window).bind('beforeunload', function(){ +$(window).bind('beforeunload', function(){ f.unload('{{seminar.id}}','{{user.username}}'); });