Changed window open name to '' because IE doesn't compute names that

include the '-' character.
This commit is contained in:
Sarven Capadisli 2009-11-18 10:43:55 +00:00
parent 730b1a211f
commit edf9b38637
1 changed files with 1 additions and 1 deletions

View File

@ -180,7 +180,7 @@ RealtimeUpdate = {
RT.click(function() {
window.open(url,
timeline,
'',
'toolbar=no,resizable=yes,scrollbars=yes,status=yes,width=500,height=550');
return false;