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