X-Git-Url: http://git.euphorik.ch/?p=euphorik.git;a=blobdiff_plain;f=js%2FpageProfile.js;h=14ca09cc5ec65142a43cd170e59893433fed039a;hp=5c78846c0ef5fbd136a7e0672043a635f38e362a;hb=e82b363f65838828948a62ef4452e752743ef661;hpb=600dd53279be74ea09f2c92db35c805b5fd28607 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") + } } ) }