changed position of loading spinner

This commit is contained in:
coderaiaser 2013-06-13 01:53:52 -07:00
parent 3242fc26a5
commit 631202aedf
2 changed files with 2 additions and 2 deletions

View file

@ -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,

View file

@ -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){