mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-13 15:35:55 +00:00
update notify_* calls to use Notify
This commit is contained in:
@@ -12,10 +12,10 @@ function editArticleNote(id) {
|
||||
style: "width: 600px",
|
||||
execute: function() {
|
||||
if (this.validate()) {
|
||||
notify_progress("Saving article note...", true);
|
||||
Notify.progress("Saving article note...", true);
|
||||
|
||||
xhrJson("backend.php", this.attr('value'), (reply) => {
|
||||
notify('');
|
||||
Notify.close();
|
||||
dialog.hide();
|
||||
|
||||
if (reply) {
|
||||
|
||||
Reference in New Issue
Block a user