mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-07-21 02:29:23 +00:00
changed position of loading spinner
This commit is contained in:
parent
3242fc26a5
commit
631202aedf
2 changed files with 2 additions and 2 deletions
|
|
@ -171,7 +171,7 @@ var Util, DOM, CloudFunc, CloudCmd;
|
|||
}, document);
|
||||
|
||||
var i, n, lStorage = 'storage',
|
||||
lShowLoadFunc = Util.retFunc( DOM.Images.showLoad ),
|
||||
lShowLoadFunc = Util.retFunc( DOM.Images.showLoad, {top:true} ),
|
||||
|
||||
lDoBefore = {
|
||||
'edit/_codemirror' : lShowLoadFunc,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue