mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-22 12:49:55 +09:00
git-svn-id: http://xe-core.googlecode.com/svn/trunk@647 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
c88f47c968
commit
c9fd2fbfc2
2 changed files with 7 additions and 4 deletions
|
|
@ -18,9 +18,12 @@ function isDef() {
|
|||
// 윈도우 오픈
|
||||
var winopen_list = new Array();
|
||||
function winopen(url, target, attribute) {
|
||||
if(target != "_blank" && winopen_list[target]) {
|
||||
winopen_list[target].close();
|
||||
winopen_list[target] = null;
|
||||
try {
|
||||
if(target != "_blank" && winopen_list[target]) {
|
||||
winopen_list[target].close();
|
||||
winopen_list[target] = null;
|
||||
}
|
||||
} catch(e) {
|
||||
}
|
||||
|
||||
if(typeof(target)=='undefined') target = '_blank';
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue