From: Greg Burri Date: Sat, 28 Mar 2009 09:58:24 +0000 (+0000) Subject: TAG 1.1.5 X-Git-Tag: 1.1.5 X-Git-Url: http://git.euphorik.ch/?p=euphorik.git;a=commitdiff_plain;h=9cc062acb9939b2b6b6a6c458a77688e0b96376a;hp=dcc7f52d5ea1a6c0e541cfc03ad0723b8c0767a8 TAG 1.1.5 --- diff --git a/VERSION b/VERSION index 1b87bcd..314c3d7 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.1.4 \ No newline at end of file +1.1.5 \ No newline at end of file diff --git a/js/pageMinichat/pageMinichat.js b/js/pageMinichat/pageMinichat.js index b71efea..b40f568 100755 --- a/js/pageMinichat/pageMinichat.js +++ b/js/pageMinichat/pageMinichat.js @@ -245,8 +245,6 @@ euphorik.PageMinichat.prototype.envoyerMessage = function(message) { return; } - this.client.pseudo = pseudo; - if (!this.client.authentifie()) { if (!this.client.enregistrement()) { this.util.messageDialogue("login impossible"); @@ -261,9 +259,11 @@ euphorik.PageMinichat.prototype.envoyerMessage = function(message) { } this.envoieMessageEnCours = true; + this.client.pseudo = pseudo; + this.communication.requete( "put_message", - this.getJSONMessage(pseudo, message), + this.getJSONMessage(this.client.pseudo, message), function() { $("form#posterMessage input.message").val(""); thisPageMinichat.conversations.enleverMessagesRepond(); diff --git a/pages/about.html b/pages/about.html index dbd98f8..74728d2 100644 --- a/pages/about.html +++ b/pages/about.html @@ -1,7 +1,7 @@

euphorik.ch

-

Version : 1.1.4

+

Version : 1.1.5

Auteur : GBurri

FAQ