*** empty log message ***

This commit is contained in:
sebastian 2005-03-21 09:43:44 +00:00
parent 7b3a7bcb57
commit 4c8cca35b0
14 changed files with 69 additions and 75 deletions

View file

@ -59,10 +59,10 @@
}
function hpopup(url, name)
{
{ //, 'width=1, height=1'
url = url + '&is_popup=1';
popupwin = window.open(url, name, 'width=1, height=1');
window.parent.focus();
popupwin = window.open(url, name);
//window.parent.focus();
}
{/literal}