Index: openacs-4/packages/acs-templating/www/resources/xinha-nightly/popups/popup.js =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-templating/www/resources/xinha-nightly/popups/popup.js,v diff -u -r1.7 -r1.8 --- openacs-4/packages/acs-templating/www/resources/xinha-nightly/popups/popup.js 14 Jun 2007 01:36:58 -0000 1.7 +++ openacs-4/packages/acs-templating/www/resources/xinha-nightly/popups/popup.js 24 Nov 2007 15:35:50 -0000 1.8 @@ -1,5 +1,8 @@ +/* This compressed file is part of Xinha. For uncomressed sources, forum, and bug reports, go to xinha.org */ +if(typeof Xinha=="undefined"){ Xinha=window.opener.Xinha; -HTMLArea=window.opener.Xinha; +} +HTMLArea=Xinha; function getAbsolutePos(el){ var r={x:el.offsetLeft,y:el.offsetTop}; if(el.offsetParent){ @@ -98,4 +101,4 @@ } return true; } - +