fixed bug with load spinnger on showing images

This commit is contained in:
coderaiser 2012-08-30 05:17:04 -04:00
parent e2b4672ac9
commit af249b0fe5

View file

@ -93,9 +93,7 @@ var CloudCommander, CloudFunc, $;
CloudCommander.Viewer.FancyBox.loadData = (function(pA){
var lThis = this;
var lConfig = this.getConfig();
Util.Images.showLoad();
var lLink = pA.href;
/* убираем адрес хоста*/
@ -177,6 +175,8 @@ var CloudCommander, CloudFunc, $;
lConfig);
else this.loadData(lA);
}
Util.Images.hideLoad();
});
CloudCommander.Viewer.Keys = (function(pCurrentFile){