minor changes

This commit is contained in:
coderaiser 2012-08-13 09:36:26 -04:00
parent 2d930fd92b
commit f05d29eaa5

View file

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