From: Sarven Capadisli Date: Tue, 6 Oct 2009 16:04:36 +0000 (+0000) Subject: Returning false seems to fix IE from reclaiming window focus. I think X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=f7d86f1cc62248c0de742bd44af5bf30e70add9d;p=quix0rs-gnu-social.git Returning false seems to fix IE from reclaiming window focus. I think 'WTF' best describes this behaviour. Further investigation required. --- diff --git a/plugins/Realtime/realtimeupdate.js b/plugins/Realtime/realtimeupdate.js index 11e466325e..a75f17d8c5 100644 --- a/plugins/Realtime/realtimeupdate.js +++ b/plugins/Realtime/realtimeupdate.js @@ -25,6 +25,8 @@ RealtimeUpdate = { 'border-top-color':'#AAAAAA', 'border-top-style':'solid' }); + + return false; }); },