Skip to content
Snippets Groups Projects
Commit ad98bbbf authored by Regis Houssin's avatar Regis Houssin
Browse files

Fix: destruction de la fenêtre à sa fermeture

parent ebcab1ea
Branches
No related tags found
No related merge requests found
......@@ -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;}
});
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment