Set window resize before openning it up
This commit is contained in:
parent
3874269a0b
commit
af4a54b167
|
@ -180,7 +180,7 @@ RealtimeUpdate = {
|
|||
RT.click(function() {
|
||||
window.open(url,
|
||||
timeline,
|
||||
'toolbar=no,resizable=yes,scrollbars=yes,status=yes');
|
||||
'toolbar=no,resizable=yes,scrollbars=yes,status=yes,width=500,height=550');
|
||||
|
||||
return false;
|
||||
});
|
||||
|
@ -188,7 +188,6 @@ RealtimeUpdate = {
|
|||
|
||||
initPopupWindow: function()
|
||||
{
|
||||
window.resizeTo(500, 550);
|
||||
$('address').hide();
|
||||
$('#content').css({'width':'93.5%'});
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user