mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-24 03:05:41 +00:00
minor changes
This commit is contained in:
parent
34e0a93aaf
commit
294343a3cf
3 changed files with 6 additions and 6 deletions
|
|
@ -176,7 +176,7 @@
|
|||
if( !Util.isContainStr(lType, 'img') )
|
||||
lContentEncoding = '; charset=UTF-8';
|
||||
|
||||
if( Util.strCmp(p.query, 'download') )
|
||||
if( Util.isContainStr(p.query, 'download') )
|
||||
lType = 'application/octet-stream';
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue