Changed window open name to '' because IE doesn't compute names that
include the '-' character.
This commit is contained in:
@@ -180,7 +180,7 @@ RealtimeUpdate = {
|
|||||||
|
|
||||||
RT.click(function() {
|
RT.click(function() {
|
||||||
window.open(url,
|
window.open(url,
|
||||||
timeline,
|
'',
|
||||||
'toolbar=no,resizable=yes,scrollbars=yes,status=yes,width=500,height=550');
|
'toolbar=no,resizable=yes,scrollbars=yes,status=yes,width=500,height=550');
|
||||||
|
|
||||||
return false;
|
return false;
|
||||||
|
Reference in New Issue
Block a user