X-Git-Url: http://git.euphorik.ch/?a=blobdiff_plain;f=js%2FpageProfile.js;h=14ca09cc5ec65142a43cd170e59893433fed039a;hb=c01d54fd6a515a6f2860e3b18ff574afa5caa83b;hp=5c78846c0ef5fbd136a7e0672043a635f38e362a;hpb=65a4c4e621c5cfc52f20097db8ede10714a7c0f6;p=euphorik.git diff --git a/js/pageProfile.js b/js/pageProfile.js index 5c78846..14ca09c 100755 --- a/js/pageProfile.js +++ b/js/pageProfile.js @@ -82,7 +82,10 @@ PageProfile.prototype.chargerProfile = function() if(!thisPage.client.flush()) thisPage.util.messageDialogue("Impossible de mettre à jour votre profile, causes inconnues", messageType.erreur) else - thisPage.util.messageDialogue("Votre profile a été mis à jour") + { + thisPage.util.messageDialogue("Votre profile a été mis à jour") + thisPage.pages.afficherPage("minichat") + } } ) }