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