mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-23 18:55:26 +00:00
feature(load) getIdBySrc: "_" -> "-"
This commit is contained in:
parent
448d8a6fa3
commit
f700482ac1
1 changed files with 1 additions and 1 deletions
|
|
@ -144,7 +144,7 @@
|
|||
|
||||
/* убираем точки */
|
||||
while (id.indexOf('.') > 0)
|
||||
id = id.replace('.', '_');
|
||||
id = id.replace('.', '-');
|
||||
}
|
||||
|
||||
return id;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue