mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-23 10:45:47 +00:00
fix(client) edit/_codmirror -> edit
This commit is contained in:
parent
a4bddb0b80
commit
2cd49ec2fd
1 changed files with 2 additions and 2 deletions
|
|
@ -185,8 +185,8 @@ var Util, DOM, CloudFunc, CloudCmd;
|
|||
lShowLoadFunc = Util.retFunc( DOM.Images.showLoad, {top:true} ),
|
||||
|
||||
lDoBefore = {
|
||||
'edit/_codemirror' : lShowLoadFunc,
|
||||
'view' : lShowLoadFunc
|
||||
'edit' : lShowLoadFunc,
|
||||
'view' : lShowLoadFunc
|
||||
},
|
||||
|
||||
lLoad = function(pName, pPath, pDoBefore){
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue