mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-13 17:15:55 +00:00
update notify_* calls to use Notify
This commit is contained in:
@@ -29,7 +29,7 @@ function emailArticle(id) {
|
||||
if (error) {
|
||||
alert(__('Error sending email:') + ' ' + error);
|
||||
} else {
|
||||
notify_info('Your message has been sent.');
|
||||
Notify.info('Your message has been sent.');
|
||||
dialog.hide();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user