From 478d406767e42b56a140f229fd8676c03ba5afe1 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Mon, 18 Mar 2013 16:44:23 +0400 Subject: make sure reset password notification does not hide automatically; add manual close link to persistent notifications (closes #569) --- js/prefs.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'js/prefs.js') diff --git a/js/prefs.js b/js/prefs.js index 676fb914a..e6257e1fb 100644 --- a/js/prefs.js +++ b/js/prefs.js @@ -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); } }); } -- cgit v1.2.3