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:
flyskyko 2011-09-30 13:05:18 +00:00
parent 5319125b33
commit e6795f75a4
4 changed files with 10 additions and 10 deletions

View file

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