mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-23 10:45:47 +00:00
fix(cloudfunc) "taget" -> "target "
This commit is contained in:
parent
490764f3c2
commit
dadda98fcc
1 changed files with 1 additions and 1 deletions
|
|
@ -447,7 +447,7 @@ var Util;
|
|||
size = '<dir>';
|
||||
} else {
|
||||
type = 'text-file';
|
||||
attribute = 'target="_blank"';
|
||||
attribute = 'target="_blank" ';
|
||||
size = CloudFunc.getShortSize(file.size);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue