mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-07 18:51:41 +09:00
Common popup size(width) adjust. 650px -> 800px
git-svn-id: http://xe-core.googlecode.com/svn/branches/maserati@12740 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
7992825f17
commit
02f56601e2
2 changed files with 2 additions and 2 deletions
|
|
@ -356,7 +356,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, "width=650,height=500,scrollbars=yes,resizable=yes,toolbars=no");
|
||||
winopen(url, target, "width=800,height=600,scrollbars=yes,resizable=yes,toolbars=no");
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
|
|||
2
common/js/common.min.js
vendored
2
common/js/common.min.js
vendored
File diff suppressed because one or more lines are too long
Loading…
Add table
Add a link
Reference in a new issue