mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-07-20 18:18:56 +00:00
feature(view) rm spinner from doBefore, add to view
This commit is contained in:
parent
2d3721db16
commit
f5a36d4838
2 changed files with 1 additions and 1 deletions
|
|
@ -204,7 +204,6 @@ var Util, DOM, CloudFunc;
|
|||
|
||||
doBefore = {
|
||||
'edit' : showLoad,
|
||||
'view' : showLoad,
|
||||
'menu' : showLoad,
|
||||
'storage/_filepicker' : showLoad
|
||||
},
|
||||
|
|
|
|||
|
|
@ -81,6 +81,7 @@ var CloudCmd, Util, DOM, CloudFunc, $;
|
|||
$.fancybox(element, config);
|
||||
|
||||
} else {
|
||||
Images.showLoad();
|
||||
path = CloudFunc.FS + Info.path;
|
||||
isImage = $.fancybox.isImage(path);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue