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,