From 2a249ae51e1904f9fa8d5bd40b988f866ca8fc0a Mon Sep 17 00:00:00 2001 From: coderaiser Date: Fri, 27 Jul 2012 03:56:20 -0400 Subject: [PATCH] minor changes --- lib/client/viewer.js | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/lib/client/viewer.js b/lib/client/viewer.js index 9dac4f77..fc24a422 100644 --- a/lib/client/viewer.js +++ b/lib/client/viewer.js @@ -61,9 +61,7 @@ CloudCommander.Viewer.FancyBox = { 'jquery.fancybox.pack.js', {onload: pCallBack}); console.log('loading offline copy of' + - 'jquery.fancybox.pack.js'); - - return false; + 'jquery.fancybox.pack.js'); }) }); }; @@ -86,9 +84,7 @@ CloudCommander.Viewer.FancyBox = { }); console.log('loading offline copy of' + - 'jquery.fancybox.css'); - - return false; + 'jquery.fancybox.css'); }) } });