mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-13 18:55:55 +00:00
make sure reset password notification does not hide automatically; add manual close link to persistent notifications (closes #569)
This commit is contained in:
@@ -547,7 +547,7 @@ function resetSelectedUserPass() {
|
||||
new Ajax.Request("backend.php", {
|
||||
parameters: query,
|
||||
onComplete: function(transport) {
|
||||
notify_info(transport.responseText);
|
||||
notify_info(transport.responseText, true);
|
||||
} });
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user