mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-07-18 00:47:01 +00:00
chore: lint
This commit is contained in:
parent
bf1ffd0751
commit
b5acbafab9
1 changed files with 1 additions and 1 deletions
|
|
@ -46,5 +46,5 @@ function replaceHash(url) {
|
|||
* if we send ajax request -
|
||||
* no need in hash so we escape #
|
||||
*/
|
||||
return url.replace(/#/g, '%' + '23');
|
||||
return url.replace(/#/g, '%23');
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue