Added JavaScript to initialize the poped Window

This commit is contained in:
Sarven Capadisli
2009-09-23 22:02:42 +00:00
parent ddb9518c99
commit 1f12993a4d
2 changed files with 17 additions and 3 deletions

View File

@@ -135,6 +135,13 @@ RealtimeUpdate = {
return false;
});
},
initPopupWindow: function()
{
window.resizeTo(575, 640);
$('address').hide();
$('#content').css({'width':'92%'});
}
}