mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-08 03:01:43 +09:00
issue 2866. changed a size of popup window for PC preview.
git-svn-id: http://xe-core.googlecode.com/svn/branches/maserati@12647 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
835d7a8bc0
commit
0b2924f940
1 changed files with 1 additions and 1 deletions
|
|
@ -2902,7 +2902,7 @@ jQuery(function($){
|
|||
}
|
||||
|
||||
$('._pc_preview_open').click(function(ev){
|
||||
window.open($('input[name=_pc_preview_ifr]').attr('src'), "xe_preview", "resizable=yes");
|
||||
window.open($('input[name=_pc_preview_ifr]').attr('src'), "xe_preview", "resizable=yes,width=" + jQuery('body').width() + ",height=" + jQuery('body').height());
|
||||
//ev.preventDefault();
|
||||
//
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue