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