From 0133e569865526be636852538daf8b781b5d2c4f Mon Sep 17 00:00:00 2001 From: Sarven Capadisli Date: Tue, 17 Nov 2009 14:10:54 +0000 Subject: Changed to bind and removed window name because IE doesn't like names with '-' in them. --- plugins/Realtime/realtimeupdate.js | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/plugins/Realtime/realtimeupdate.js b/plugins/Realtime/realtimeupdate.js index 706ec8cb5..5582d6d00 100644 --- a/plugins/Realtime/realtimeupdate.js +++ b/plugins/Realtime/realtimeupdate.js @@ -200,10 +200,11 @@ RealtimeUpdate = { 'font-size':'1em' }); $('#showstream #notices_primary').css({'margin-top':'18px'}); - - RT.click(function() { +alert(url); +alert(timeline); + RT.bind('click', function() { window.open(url, - timeline, + '', 'toolbar=no,resizable=yes,scrollbars=yes,status=yes,width=500,height=550'); return false; -- cgit v1.2.3