From 181c509ea90cc7ae0655dd09577e2f1142bbdc33 Mon Sep 17 00:00:00 2001 From: coderaiser Date: Fri, 3 Aug 2012 11:33:20 +0300 Subject: [PATCH] Update lib/client/viewer.js --- lib/client/viewer.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/client/viewer.js b/lib/client/viewer.js index fd28a220..d54f2e12 100644 --- a/lib/client/viewer.js +++ b/lib/client/viewer.js @@ -54,7 +54,7 @@ CloudCommander.Viewer.FancyBox.load = (function(pParent, pCallBack){ }; var lSrc = pParent.dir +'jquery.fancybox.pack.css'; - CloudCommander.cssLoad({ + pParent.cssLoad({ src : lSrc, func : { onload: ljsLoad_f