X-Git-Url: http://git.euphorik.ch/?a=blobdiff_plain;f=js%2Fclient.js;h=11466a9b07f0215d25b5e1fd8fc4b0530ff91165;hb=e2355385811ba452308be5e66afc7f93cb6af75b;hp=9daa0f54f59b4f995b7630d6bef1004e2844ad28;hpb=d1e6f8e7c86f1ee75e854266463541ffedb916c9;p=euphorik.git diff --git a/js/client.js b/js/client.js index 9daa0f5..11466a9 100644 --- a/js/client.js +++ b/js/client.js @@ -126,7 +126,7 @@ euphorik.Client.prototype.goPremierePage = function(numConv) */ euphorik.Client.prototype.ajouterConversation = function(racine) { // vérification s'il elle n'existe pas déjà - var existe = false + var existe = false; this.conversations.each(function(i, conv) { if (conv.root === racine) { existe = true;