mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-07-20 01:47:35 +00:00
chore(main) rm " "
This commit is contained in:
parent
91210a8b1f
commit
8a86bf2875
1 changed files with 2 additions and 2 deletions
|
|
@ -194,10 +194,10 @@
|
|||
lContentEncoding = '';
|
||||
|
||||
/* if type of file any, but img - then we shoud specify charset */
|
||||
if ( !Util.isContainStr(lType, 'img') )
|
||||
if (!Util.isContainStr(lType, 'img'))
|
||||
lContentEncoding = '; charset=UTF-8';
|
||||
|
||||
if ( Util.isContainStr(p.query, 'download') )
|
||||
if (Util.isContainStr(p.query, 'download'))
|
||||
lType = 'application/octet-stream';
|
||||
|
||||
lRet = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue