mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-23 18:55:26 +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,
|
||||
|
|
|
|||
|
|
@ -22,7 +22,7 @@ var CloudCmd, Util, DOM;
|
|||
};
|
||||
|
||||
this.show = function(){
|
||||
Images.showLoad();
|
||||
Images.showLoad({top:true});
|
||||
DOM.ajax({
|
||||
url: '/README.md',
|
||||
success: function (pData){
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue