]> git.wh0rd.org - tt-rss.git/blobdiff - tt-rss.js
notify system improvements
[tt-rss.git] / tt-rss.js
index 3fc7c0eb237e36a274a1db8883e8e2ddd24126d9..f82bb773ccf32b872f8115fe25725262918c06fd 100644 (file)
--- a/tt-rss.js
+++ b/tt-rss.js
@@ -92,14 +92,14 @@ function refetch_callback() {
                        last_refetch = date.getTime() / 1000;
 
                        if (!xmlhttp.responseXML) {
-                               notify("refetch_callback: backend did not return valid XML");
+                               notify("refetch_callback: backend did not return valid XML", true, true);
                                return;
                        }
                
                        var reply = xmlhttp.responseXML.firstChild;
        
                        if (!reply) {
-                               notify("refetch_callback: backend did not return expected XML object");
+                               notify("refetch_callback: backend did not return expected XML object", true, true);
                                updateTitle("");
                                return;
                        } 
@@ -490,7 +490,7 @@ function quickMenuGo(opid) {
                        var actid = getActiveFeedId();
        
                        if (!actid) {
-                               notify("Please select some feed first.");
+                               alert("Please select some feed first.");
                                return;
                        }