diff --git a/lib/client/viewer.js b/lib/client/viewer.js index d54f2e12..e6a3586c 100644 --- a/lib/client/viewer.js +++ b/lib/client/viewer.js @@ -48,7 +48,7 @@ CloudCommander.Viewer.FancyBox.load = (function(pParent, pCallBack){ return function(){ var ljsLoad_f = function(){ var lSrc = pParent.dir + 'jquery.fancybox.pack.js'; - CloudCommander.jsload(lSrc,{ + pParent.jsload(lSrc,{ onload: pCallBack }); };