mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-07-28 10:14:13 +00:00
feature(dom) rest: add {top: true}
This commit is contained in:
parent
f504036cca
commit
a2747168c3
1 changed files with 2 additions and 1 deletions
|
|
@ -187,7 +187,8 @@ var CloudCmd, Util, DOM, CloudFunc, Dialog;
|
|||
method : 'PUT',
|
||||
url : '/config',
|
||||
data : pData,
|
||||
callback : pCallBack
|
||||
callback : pCallBack,
|
||||
imgPosition : { top: true }
|
||||
});
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue