*** empty log message ***
This commit is contained in:
parent
7b3a7bcb57
commit
4c8cca35b0
14 changed files with 69 additions and 75 deletions
|
@ -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}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue