Changed from click to bind

This commit is contained in:
Sarven Capadisli 2009-11-18 10:56:25 +00:00
parent 23367ecdcf
commit 51e4a45161

View File

@ -192,7 +192,7 @@ RealtimeUpdate = {
}); });
$('#showstream #notices_primary').css({'margin-top':'18px'}); $('#showstream #notices_primary').css({'margin-top':'18px'});
RT.click(function() { RT.bind('click', function() {
window.open(url, window.open(url,
'', '',
'toolbar=no,resizable=yes,scrollbars=yes,status=yes,width=500,height=550'); 'toolbar=no,resizable=yes,scrollbars=yes,status=yes,width=500,height=550');