mirror of
https://github.com/FreshRSS/FreshRSS.git
synced 2026-05-24 16:25:00 -04:00
Add possibility to open notification in JavaScript + new message
Notifications can be opened directly in JavaScript
Class .notification is now id #notification
New message when there is no feed to refresh
See 06abbd02c2 (comments)
This commit is contained in:
@@ -283,8 +283,8 @@ class FreshRSS_feed_Controller extends Minz_ActionController {
|
||||
} else {
|
||||
// aucun flux n'a été mis à jour, oups
|
||||
$notif = array (
|
||||
'type' => 'bad',
|
||||
'content' => Minz_Translate::t ('no_feed_actualized')
|
||||
'type' => 'good',
|
||||
'content' => Minz_Translate::t ('no_feed_to_refresh')
|
||||
);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user