1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-13 20:05:55 +00:00

update notifications to make them more visible

cleanup some minor stuff in pref-users
This commit is contained in:
Andrew Dolgov
2019-03-05 20:09:06 +03:00
parent 2b54413599
commit ef6d2b8a4e
10 changed files with 64 additions and 86 deletions

View File

@@ -70,7 +70,7 @@ define(["dojo/_base/declare"], function (declare) {
xhrPost("backend.php", {op: "pref-users", method: "resetPass", id: id}, (transport) => {
Notify.close();
alert(transport.responseText);
Notify.info(transport.responseText, true);
});
}