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