mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-07-18 00:47:01 +00:00
fixed bug with load spinnger on showing images
This commit is contained in:
parent
af249b0fe5
commit
89629cc522
1 changed files with 3 additions and 1 deletions
|
|
@ -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,'');
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue