diff --git a/lib/client/viewer.js b/lib/client/viewer.js index 2eb1de96..8533ade1 100644 --- a/lib/client/viewer.js +++ b/lib/client/viewer.js @@ -141,5 +141,5 @@ CloudCommander.Viewer.Keys = (function(){ CloudCommander.Viewer.FancyBox.show(); }); - CloudCommander.Viewer.FancyBox.load(this.FancyBox, lCallBack_f()); + CloudCommander.Viewer.FancyBox.load(this.FancyBox, lCallBack_f); }); \ No newline at end of file