From: vincent@cubedesigners.com Date: Tue, 6 Sep 2011 18:21:00 +0000 (+0000) Subject: (no commit message) X-Git-Url: http://git.cubedesigners.com/?a=commitdiff_plain;h=99c2baf4c728c4602f6af551156632b9b563668c;p=cubeextranet.git --- diff --git a/fluidbook/compile/_js/fluidbook.js b/fluidbook/compile/_js/fluidbook.js index 796600740..d0537bfcb 100644 --- a/fluidbook/compile/_js/fluidbook.js +++ b/fluidbook/compile/_js/fluidbook.js @@ -7,14 +7,6 @@ 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 true; -} - function getLocation(){ return window.location.toString(); }