X-Git-Url: http://git.euphorik.ch/?p=euphorik.git;a=blobdiff_plain;f=js%2Feuphorik.js;fp=js%2Feuphorik.js;h=2d64fe2333857cfffc0e26943296ad3a7ab92016;hp=3503c7e81f6c2fef2af46a432f2b01954cd99b99;hb=13bf850da2316cde3ad2ff8d5c26fb32928bf7b4;hpb=00f9e2153808b4f03a455958489c786d2ae24489 diff --git a/js/euphorik.js b/js/euphorik.js index 3503c7e..2d64fe2 100755 --- a/js/euphorik.js +++ b/js/euphorik.js @@ -305,7 +305,8 @@ Formateur.prototype.traiterLiensConv = function(M) } /** - * FIXME : Cette méthode est attrocement lourde ! A optimiser. + * FIXME : Cette méthode est attrocement lourde ! A optimiser. + * moyenne su échantillon : 234ms */ Formateur.prototype.traiterSmiles = function(M) { @@ -426,7 +427,7 @@ Client.prototype.resetDonneesPersonnelles = function() this.nickFormat = "nick" this.pagePrincipale = 1 - this.ek_master = false + this.ekMaster = false // les conversations, une conversation est un objet possédant les attributs suivants : // - racine (entier) @@ -707,7 +708,7 @@ Client.prototype.chargerDonnees = function(data) // les conversations thisClient.conversations = data["conversations"] - thisClient.ek_master = data["ek_master"] + thisClient.ekMaster = data["ek_master"] } this.dernierMessageErreur = data["error_message"] }