fixed bug with loading image view

This commit is contained in:
coderaiser 2012-08-30 04:33:47 -04:00
parent 9dde510b63
commit e2b4672ac9

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);