From 525f25e05763d73837b2dc753060d1c1c62fbefa Mon Sep 17 00:00:00 2001 From: Guillaume Pellerin Date: Sun, 20 Jul 2014 18:20:56 +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 3d00b7e7..575d418b 100644 --- a/teleforma/templates/teleforma/seminar_detail.html +++ b/teleforma/templates/teleforma/seminar_detail.html @@ -82,7 +82,7 @@ $(window).ready(function(){ } }); - $(window).unbind('beforeunload').unload(function(){ + $(window).unload(function(){ f.unload('{{seminar.id}}','{{user.username}}'); }); -- 2.39.5