minor changes

This commit is contained in:
coderaiser 2012-08-13 09:36:26 -04:00
parent 650521e2d9
commit 0a05848b99

View file

@ -131,7 +131,7 @@ CloudClient.Util = (function(){
'');
/* убираем точки */
while(lID.indexOf('.'))
while(lID.indexOf('.') > 0)
lID = lID.replace('.','_');
return lID;