mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-08-03 13:13:10 +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
|
|
@ -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