From 631202aedf205ff378ce40344d5768fe2c49ce82 Mon Sep 17 00:00:00 2001 From: coderaiaser Date: Thu, 13 Jun 2013 01:53:52 -0700 Subject: [PATCH] changed position of loading spinner --- lib/client.js | 2 +- lib/client/help.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/client.js b/lib/client.js index 2a03aa8a..88d39ba6 100644 --- a/lib/client.js +++ b/lib/client.js @@ -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, diff --git a/lib/client/help.js b/lib/client/help.js index eb27fca8..c0de9822 100644 --- a/lib/client/help.js +++ b/lib/client/help.js @@ -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){