Flush cache
This commit is contained in:
parent
0df8ab13dd
commit
cddad273c9
@ -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>");
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user