X-Git-Url: http://git.euphorik.ch/?p=euphorik.git;a=blobdiff_plain;f=js%2Feuphorik.js;h=99a461f812c144011524bc6006400f688265faaf;hp=56c78fddd7f3fc2824f6e683ea9e09272bbd54d7;hb=044398d0ce631201bb0f724450446b90a35d79ce;hpb=7f8025543a7a5d614ec47d18026dc0feb3338fdb diff --git a/js/euphorik.js b/js/euphorik.js index 56c78fd..99a461f 100755 --- a/js/euphorik.js +++ b/js/euphorik.js @@ -569,7 +569,7 @@ Client.prototype.setStatut = function(statut) if (typeof(statut) == "string") { statut = - statut == "registered" ? + statut == "auth_registered" ? statutType.auth_registered : (statut == "auth_not_registered" ? statutType.auth_not_registered : statutType.deconnected) }