From 9cc062acb9939b2b6b6a6c458a77688e0b96376a Mon Sep 17 00:00:00 2001 From: Greg Burri Date: Sat, 28 Mar 2009 09:58:24 +0000 Subject: [PATCH] TAG 1.1.5 --- VERSION | 2 +- js/pageMinichat/pageMinichat.js | 6 +++--- pages/about.html | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) 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

-- 2.43.0