Returning false seems to fix IE from reclaiming window focus. I think

'WTF' best describes this behaviour. Further investigation required.
This commit is contained in:
Sarven Capadisli 2009-10-06 16:04:36 +00:00
parent 81199d0258
commit f7d86f1cc6
1 changed files with 2 additions and 0 deletions

View File

@ -25,6 +25,8 @@ RealtimeUpdate = {
'border-top-color':'#AAAAAA',
'border-top-style':'solid'
});
return false;
});
},