mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-05-03 17:22:20 +09:00
issue 207, create min js
git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.0@9465 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
5319125b33
commit
e6795f75a4
4 changed files with 10 additions and 10 deletions
|
|
@ -620,7 +620,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