From: Guillaume Pellerin Date: Sun, 20 Jul 2014 16:13:20 +0000 (+0200) Subject: try bugfix X-Git-Tag: 2.8.1-pro~282^2~124 X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=994291844fd15a15c9801012041901eab525cf0e;p=teleforma.git try bugfix --- diff --git a/teleforma/templates/teleforma/seminar_detail.html b/teleforma/templates/teleforma/seminar_detail.html index dcb5039a..50259fb3 100644 --- a/teleforma/templates/teleforma/seminar_detail.html +++ b/teleforma/templates/teleforma/seminar_detail.html @@ -83,7 +83,6 @@ $(window).ready(function(){ }); $(window).beforeunload(function(){ - $(window).unbind('beforeunload'); f.unload('{{seminar.id}}','{{user.username}}'); });