fixed bug with loading image view

This commit is contained in:
coderaiser 2012-08-30 04:33:47 -04:00
parent f7157b664a
commit 03e470a635

View file

@ -215,6 +215,7 @@ var CloudCommander, CloudFunc, $;
/* showing images preview*/
CloudCommander.Viewer.FancyBox.show(pCurrentFile);
Util.Images.hideLoad();
});
CloudCommander.Viewer.FancyBox.load(this.FancyBox, lCallBack_f);