feature(view) rm spinner from doBefore, add to view

This commit is contained in:
coderaiser 2014-03-03 08:16:17 -05:00
parent 2d3721db16
commit f5a36d4838
2 changed files with 1 additions and 1 deletions

View file

@ -204,7 +204,6 @@ var Util, DOM, CloudFunc;
doBefore = {
'edit' : showLoad,
'view' : showLoad,
'menu' : showLoad,
'storage/_filepicker' : showLoad
},

View file

@ -81,6 +81,7 @@ var CloudCmd, Util, DOM, CloudFunc, $;
$.fancybox(element, config);
} else {
Images.showLoad();
path = CloudFunc.FS + Info.path;
isImage = $.fancybox.isImage(path);