mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-07-19 01:17:18 +00:00
minor changes
This commit is contained in:
parent
f8e47930bd
commit
7f87bf8a74
1 changed files with 3 additions and 3 deletions
|
|
@ -275,14 +275,14 @@
|
|||
p.data = p.data.toString();
|
||||
|
||||
var lParams = {
|
||||
request : c.request,
|
||||
response: c.response
|
||||
name : INDEX,
|
||||
request : c.request,
|
||||
response : c.response,
|
||||
},
|
||||
|
||||
lProccessed = Util.exec(IndexProcessingFunc, {
|
||||
additional : c.list,
|
||||
data : p.data,
|
||||
name : INDEX
|
||||
});
|
||||
|
||||
if(lProccessed)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue