mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-23 10:45:47 +00:00
chore(listeners) do not -> doesn't
This commit is contained in:
parent
89621c21f5
commit
3c538da449
1 changed files with 1 additions and 1 deletions
|
|
@ -99,7 +99,7 @@ var Util, DOM, CloudFunc, CloudCmd;
|
|||
href = element.href;
|
||||
link = href.replace(url, '');
|
||||
/**
|
||||
* browser do not replace % -> %25%
|
||||
* browser doesn't replace % -> %25%
|
||||
* do it for him
|
||||
*/
|
||||
link = link.replace('%%', '%25%');
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue