]> git.wh0rd.org - tt-rss.git/blobdiff - js/functions.js
make sure reset password notification does not hide automatically; add manual close...
[tt-rss.git] / js / functions.js
index e00690c1c2e6130f3372764d37204dd695fbf9d7..be78294df0d22a149668d24e2c8a6144aa9050ef 100644 (file)
@@ -212,6 +212,11 @@ function notify_real(msg, no_hide, n_type) {
 
 //     msg = "<img src='images/live_com_loading.gif'> " + msg;
 
+       if (no_hide) {
+               msg += " (<a href='#' onclick=\"notify('')\">X</a>)";
+       }
+
+
        nb.innerHTML = msg;
 
        if (!no_hide) {