diff --git a/client.js b/client.js index a2a58440..7bbb90a7 100644 --- a/client.js +++ b/client.js @@ -132,7 +132,7 @@ CloudClient.Util = (function(){ /* убираем точки */ while(lID.indexOf('.')) - lID.replace('.','_'); + lID = lID.replace('.','_'); return lID; },