Changed window open name to '' because IE doesn't compute names that
include the '-' character.
This commit is contained in:
parent
730b1a211f
commit
edf9b38637
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue
Block a user