X-Git-Url: http://git.euphorik.ch/?p=euphorik.git;a=blobdiff_plain;f=js%2Feuphorik.js;fp=js%2Feuphorik.js;h=3503c7e81f6c2fef2af46a432f2b01954cd99b99;hp=e8311da2f89141d1f80ee83a5f8605b014b1f381;hb=d9d05b6a2a13c2da190dd68d4409381d093679b2;hpb=bab95a234628a5c3efe969b85a81a054591f219c diff --git a/js/euphorik.js b/js/euphorik.js index e8311da..3503c7e 100755 --- a/js/euphorik.js +++ b/js/euphorik.js @@ -426,6 +426,7 @@ Client.prototype.resetDonneesPersonnelles = function() this.nickFormat = "nick" this.pagePrincipale = 1 + this.ek_master = false // les conversations, une conversation est un objet possédant les attributs suivants : // - racine (entier) @@ -706,6 +707,7 @@ Client.prototype.chargerDonnees = function(data) // les conversations thisClient.conversations = data["conversations"] + thisClient.ek_master = data["ek_master"] } this.dernierMessageErreur = data["error_message"] }