This commit is contained in:
Aram HARUTYUNYAN 2014-01-08 12:37:27 +00:00
parent 7e7c8667a3
commit f3bcaee3c3

View File

@ -15,7 +15,7 @@ $('#confirm').dialog({ buttons: [
{ text: "Non", click: function() { $(this).dialog('close'); }},
{ text: "Fermer", click: function() {
$(this).dialog('close');
//window.location = '/recherche/entreprise';
window.location = '/recherche/entreprise';
}}
] });