notification: slight animation for loading... and do not remove public stream items on click (we can not mark them read)
This commit is contained in:
@@ -144,7 +144,7 @@ class Notifications {
|
||||
$o = replace_macros(get_markup_template('notifications_widget.tpl'), array(
|
||||
'$module' => \App::$module,
|
||||
'$notifications' => $notifications,
|
||||
'$loading' => t('Loading...')
|
||||
'$loading' => t('Loading')
|
||||
));
|
||||
|
||||
return $o;
|
||||
|
Reference in New Issue
Block a user