]> _ Git - cubeextranet.git/commitdiff
(no commit message)
authorvincent@cubedesigners.com <vincent@cubedesigners.com@f5622870-0f3c-0410-866d-9cb505b7a8ef>
Tue, 6 Sep 2011 18:21:00 +0000 (18:21 +0000)
committervincent@cubedesigners.com <vincent@cubedesigners.com@f5622870-0f3c-0410-866d-9cb505b7a8ef>
Tue, 6 Sep 2011 18:21:00 +0000 (18:21 +0000)
fluidbook/compile/_js/fluidbook.js

index 7966007404a5d9af3b3eff2216bdb7461b0697b7..d0537bfcb517d605f4061566559b5491a13525d3 100644 (file)
@@ -7,14 +7,6 @@ function getWmode(){
        }\r
 }\r
 \r
-function popup(url,name,width,height,scrollbars,resizable){\r
-       var newWindow=window.open(url,name,'width='+width+',height='+height+',scrollbars='+scrollbars+',resizable='+resizable);\r
-       if(newWindow==null || newWindow==undefined){\r
-               return false;\r
-       }\r
-       return true;\r
-}\r
-\r
 function getLocation(){\r
        return window.location.toString();\r
 }\r