From ad98bbbf3add41c4bef44079af8340d7bb87fd76 Mon Sep 17 00:00:00 2001 From: Regis Houssin Date: Thu, 9 Aug 2007 19:54:17 +0000 Subject: [PATCH] =?UTF-8?q?Fix:=20destruction=20de=20la=20fen=EAtre=20=E0?= =?UTF-8?q?=20sa=20fermeture?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- htdocs/lib/lib_head.js | 1 + 1 file changed, 1 insertion(+) diff --git a/htdocs/lib/lib_head.js b/htdocs/lib/lib_head.js index 5e1fb876693..5bf4fe3e0ae 100644 --- a/htdocs/lib/lib_head.js +++ b/htdocs/lib/lib_head.js @@ -663,6 +663,7 @@ function dialogConfirm(linkurl,message,ok,cancel,objectID) { cancelLabel: cancel, buttonClass: "button", id: objectID, + destroyOnClose: true, cancel:function(win){}, ok:function(win) {window.location.href=linkurl; return true;} });