fixed bug with load spinnger on showing images

This commit is contained in:
coderaiser 2012-08-30 05:20:24 -04:00
parent af249b0fe5
commit 89629cc522

View file

@ -91,11 +91,13 @@ var CloudCommander, CloudFunc, $;
CloudCommander.Viewer.FancyBox.loadData = (function(pA){
Util.Images.showLoad();
var lThis = this;
var lConfig = this.getConfig();
var lLink = pA.href;
/* убираем адрес хоста*/
lLink = '/' + lLink.replace(document.location.href,'');