fixed bug with load spinnger on showing images

This commit is contained in:
coderaiser 2012-08-30 05:20:24 -04:00
parent 6785afdff9
commit ef7f32baf2

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,'');