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