Set window resize before openning it up
This commit is contained in:
@@ -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%'});
|
||||
|
||||
|
Reference in New Issue
Block a user