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:
Mario Vavti
2017-12-11 16:50:25 +01:00
parent 4859e6e11a
commit 5b1ef760a0
5 changed files with 55 additions and 10 deletions

View File

@@ -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;