From 9bf83b7a483d2d367d368d4e654146abbad0fc9d Mon Sep 17 00:00:00 2001 From: Guillaume Pellerin Date: Sun, 20 Jul 2014 18:34:38 +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 f3a59b35..0d9a463a 100644 --- a/teleforma/templates/teleforma/seminar_detail.html +++ b/teleforma/templates/teleforma/seminar_detail.html @@ -83,7 +83,7 @@ $(window).ready(function(){ }); -$(window).bind('unload', function(){ +$(window).unload( function(){ var f = seminarUtils; f.unload('{{seminar.id}}','{{user.username}}'); }); -- 2.39.5