[-] BO : #PSFV-775 - Fix bug with for ajax reload

This commit is contained in:
mDeflotte
2012-04-13 15:26:43 +00:00
parent 2f447e3922
commit 3fbcd6aac0
@@ -51,7 +51,8 @@
data : form_datas,
success : function(res)
{
document.write(res);
// Replace de body by the new one
$('body').html(res.replace(/^.*<body>/, '').replace(/<\/body>.*$/, ''));
}
});
});