From 0a05848b993fbc5d9f23cf089249cf7c34388be8 Mon Sep 17 00:00:00 2001 From: coderaiser Date: Mon, 13 Aug 2012 09:36:26 -0400 Subject: [PATCH] minor changes --- client.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client.js b/client.js index 7bbb90a7..c2a04fbf 100644 --- a/client.js +++ b/client.js @@ -131,7 +131,7 @@ CloudClient.Util = (function(){ ''); /* убираем точки */ - while(lID.indexOf('.')) + while(lID.indexOf('.') > 0) lID = lID.replace('.','_'); return lID;