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:
flyskyko 2013-01-31 08:23:31 +00:00
parent 835d7a8bc0
commit 0b2924f940

View file

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