TAG 1.1.5 1.1.5
authorGreg Burri <greg.burri@gmail.com>
Sat, 28 Mar 2009 09:58:24 +0000 (09:58 +0000)
committerGreg Burri <greg.burri@gmail.com>
Sat, 28 Mar 2009 09:58:24 +0000 (09:58 +0000)
VERSION
js/pageMinichat/pageMinichat.js
pages/about.html

diff --git a/VERSION b/VERSION
index 1b87bcd..314c3d7 100644 (file)
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-1.1.4
\ No newline at end of file
+1.1.5
\ No newline at end of file
index b71efea..b40f568 100755 (executable)
@@ -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(); 
index dbd98f8..74728d2 100644 (file)
@@ -1,7 +1,7 @@
 <!-- encoding: utf-8 -->\r
 \r
 <h1>euphorik.ch</h1>\r
-<p>Version : <a href="http://dev.euphorik.ch/repositories/browse/euk/tags/1.1.4" class="version">1.1.4</a></p>\r
+<p>Version : <a href="http://dev.euphorik.ch/repositories/browse/euk/tags/1.1.5" class="version">1.1.5</a></p>\r
 <p>Auteur : <a href="{EMAIL_LIEN}">GBurri</a></p>\r
 \r
 <h2>FAQ</h2>\r