Flush cache

This commit is contained in:
Michael RICOIS 2009-04-28 15:52:11 +00:00
parent 0df8ab13dd
commit cddad273c9

View File

@ -129,6 +129,10 @@ function showResponse(responseText, statusText) {
// is the json data object returned by the server // is the json data object returned by the server
if(responseText==''){ if(responseText==''){
//Le formulaire à été validé correctement //Le formulaire à été validé correctement
//flushCache();
$("[name=oppo]").flushCache();
$("[name=mand]").flushCache();
$("[name=admin]").flushCache();
//On remplace le formulaire par un message indiquant que tout c'est bien passé. //On remplace le formulaire par un message indiquant que tout c'est bien passé.
$("#frmCreateMandataires").replaceWith("<div>Enregistrement terminé</div>"); $("#frmCreateMandataires").replaceWith("<div>Enregistrement terminé</div>");
} }