Changed from click to bind
This commit is contained in:
parent
23367ecdcf
commit
51e4a45161
|
@ -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');
|
||||||
|
|
Loading…
Reference in New Issue
Block a user