From 99c2baf4c728c4602f6af551156632b9b563668c Mon Sep 17 00:00:00 2001 From: "vincent@cubedesigners.com" Date: Tue, 6 Sep 2011 18:21:00 +0000 Subject: [PATCH] --- fluidbook/compile/_js/fluidbook.js | 8 -------- 1 file changed, 8 deletions(-) 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(); } -- 2.39.5