mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-23 18:55:26 +00:00
chore(view) show
This commit is contained in:
parent
fd469dd435
commit
1679ffe867
1 changed files with 2 additions and 2 deletions
|
|
@ -61,8 +61,8 @@ var CloudCmd, Util, DOM, CloudFunc, $;
|
|||
lElement = $(Element).append(pData);
|
||||
lAfterFunc = Config.afterShow,
|
||||
lFunc = function(){
|
||||
Util.exec(lAfterFunc);
|
||||
Util.exec(pCallBack);
|
||||
Util.exec(lAfterFunc);
|
||||
Util.exec(pCallBack);
|
||||
};
|
||||
|
||||
Config.afterShow = lFunc;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue