From 991fcb45862e02ce54ee5ccdaa9539412873399a Mon Sep 17 00:00:00 2001 From: Guillaume Pellerin Date: Sun, 20 Jul 2014 18:12:40 +0200 Subject: [PATCH] try bugfix --- teleforma/templates/teleforma/seminar_detail.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/teleforma/templates/teleforma/seminar_detail.html b/teleforma/templates/teleforma/seminar_detail.html index aec919c1..dcb5039a 100644 --- a/teleforma/templates/teleforma/seminar_detail.html +++ b/teleforma/templates/teleforma/seminar_detail.html @@ -82,8 +82,8 @@ $(window).ready(function(){ } }); - $(window).unbind('beforeunload'); $(window).beforeunload(function(){ + $(window).unbind('beforeunload'); f.unload('{{seminar.id}}','{{user.username}}'); }); -- 2.39.5