mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-07-21 02:29:23 +00:00
fix(menu) add load img
This commit is contained in:
parent
9bd43fc98a
commit
ed7ae9a991
1 changed files with 2 additions and 1 deletions
|
|
@ -186,7 +186,8 @@ var Util, DOM, CloudFunc, CloudCmd;
|
|||
|
||||
lDoBefore = {
|
||||
'edit' : lShowLoadFunc,
|
||||
'view' : lShowLoadFunc
|
||||
'view' : lShowLoadFunc,
|
||||
'menu' : lShowLoadFunc
|
||||
},
|
||||
|
||||
lLoad = function(pName, pPath, pDoBefore){
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue