From: vincent@cubedesigners.com Date: Tue, 6 Sep 2011 14:11:22 +0000 (+0000) Subject: (no commit message) X-Git-Url: http://git.cubedesigners.com/?a=commitdiff_plain;h=3253a2487d8b248c85f9bdb41701aa46dd07fb9d;p=cubeextranet.git --- diff --git a/fluidbook/compile/_js/fluidbook.js b/fluidbook/compile/_js/fluidbook.js index 7c2bfef25..796600740 100644 --- a/fluidbook/compile/_js/fluidbook.js +++ b/fluidbook/compile/_js/fluidbook.js @@ -10,9 +10,9 @@ function getWmode(){ function popup(url,name,width,height,scrollbars,resizable){ var newWindow=window.open(url,name,'width='+width+',height='+height+',scrollbars='+scrollbars+',resizable='+resizable); if(newWindow==null || newWindow==undefined){ - + return false; } - return; + return true; } function getLocation(){