mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-04-27 14:22:54 +09:00
issue 211, changed popopen(), popup`s size is 650x500
git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.0@9452 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
a6a56fae1c
commit
254349a7f3
1 changed files with 1 additions and 1 deletions
|
|
@ -336,7 +336,7 @@ function winopen(url, target, attribute) {
|
|||
function popopen(url, target) {
|
||||
if(typeof(target) == "undefined") target = "_blank";
|
||||
if(typeof(xeVid)!='undefined' && url.indexOf(request_uri)>-1 && !url.getQuery('vid')) url = url.setQuery('vid',xeVid);
|
||||
winopen(url, target, "left=10,top=10,width=10,height=10,scrollbars=no,resizable=yes,toolbars=no");
|
||||
winopen(url, target, "width=650,height=500,scrollbars=yes,resizable=yes,toolbars=no");
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue