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:
ChanMyeong 2013-02-13 05:12:18 +00:00
parent 7992825f17
commit 02f56601e2
2 changed files with 2 additions and 2 deletions

View file

@ -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");
}
/**

File diff suppressed because one or more lines are too long