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

git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@14615 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
mDeflotte
2012-04-12 16:03:45 +00:00
parent 0d4ab7b7f2
commit 0b5dc7128d
@@ -51,7 +51,7 @@
data : form_datas,
success : function(res)
{
$('html').html(res);
document.write(res);
}
});
});