From 354d979c779370bee672669a0a67724728040edc Mon Sep 17 00:00:00 2001 From: Guillaume Pellerin Date: Sun, 20 Jul 2014 18:10:36 +0200 Subject: [PATCH] try bugfix --- teleforma/templates/teleforma/seminar_detail.html | 1 + 1 file changed, 1 insertion(+) 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}}'); }); -- 2.39.5