From: Sarven Capadisli Date: Wed, 18 Nov 2009 10:43:55 +0000 (+0000) Subject: Changed window open name to '' because IE doesn't compute names that X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=edf9b38637cd48b45c9675247bb3243138d98ffb;p=quix0rs-gnu-social.git Changed window open name to '' because IE doesn't compute names that include the '-' character. --- diff --git a/plugins/Realtime/realtimeupdate.js b/plugins/Realtime/realtimeupdate.js index 3a1e9683fe..aa4c6c15f0 100644 --- a/plugins/Realtime/realtimeupdate.js +++ b/plugins/Realtime/realtimeupdate.js @@ -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;