mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-23 10:45:47 +00:00
chore(dom) add " "
This commit is contained in:
parent
114f6d53e4
commit
0d93a9daae
1 changed files with 1 additions and 1 deletions
|
|
@ -709,7 +709,7 @@ var CloudCmd, Util, DOM, CloudFunc, Dialog;
|
|||
lID = Util.removeStrOneTime(pSrc, lSub );
|
||||
|
||||
/* убираем точки */
|
||||
while(lID.indexOf('.') > 0)
|
||||
while (lID.indexOf('.') > 0)
|
||||
lID = lID.replace('.', '_');
|
||||
|
||||
lRet = lID;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue