Added realtime-popup class to <body> for popup output.
This commit is contained in:
parent
d3fa673e9b
commit
9f6b3daaec
|
@ -220,8 +220,9 @@ class RealtimePlugin extends Plugin
|
|||
|
||||
$action->elementStart('body',
|
||||
(common_current_user()) ? array('id' => $action->trimmed('action'),
|
||||
'class' => 'user_in')
|
||||
: array('id' => $action->trimmed('action')));
|
||||
'class' => 'user_in realtime-popup')
|
||||
: array('id' => $action->trimmed('action'),
|
||||
'class'=> 'realtime-popup'));
|
||||
|
||||
// XXX hack to deal with JS that tries to get the
|
||||
// root url from page output
|
||||
|
|
Loading…
Reference in New Issue
Block a user