mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-07-19 01:17:18 +00:00
minor changes
This commit is contained in:
parent
1caf603636
commit
650521e2d9
1 changed files with 1 additions and 1 deletions
|
|
@ -132,7 +132,7 @@ CloudClient.Util = (function(){
|
|||
|
||||
/* убираем точки */
|
||||
while(lID.indexOf('.'))
|
||||
lID.replace('.','_');
|
||||
lID = lID.replace('.','_');
|
||||
|
||||
return lID;
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue