mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-07-18 17:05:17 +00:00
minor changes
This commit is contained in:
parent
48912e0782
commit
a8e01b9777
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