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:
@@ -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);
|
||||
});
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user