mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-23 18:55:26 +00:00
minor changes
This commit is contained in:
parent
5f2f5f228d
commit
de2d1bc31b
1 changed files with 2 additions and 2 deletions
|
|
@ -382,8 +382,8 @@
|
|||
if(pReq){
|
||||
lPath = getPath(pReq);
|
||||
|
||||
lNoJS = Util.isContainStr(lPath, CloudFunc.NoJS)
|
||||
|| lPath === '/' || getQuery() !== 'json';
|
||||
lNoJS = Util.isContainStr(lPath, NO_JS)
|
||||
|| lPath === '/' || getQuery() == 'json';
|
||||
}
|
||||
|
||||
return lNoJS;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue