]> git.wh0rd.org - tt-rss.git/blobdiff - prefs.js
tweak feed errors notification
[tt-rss.git] / prefs.js
index 85ae91afc92da8ffba0d1123d2c787a8b6a2bec8..6b772b1cddd7b0a035c95ee5a99d2dff536c4568 100644 (file)
--- a/prefs.js
+++ b/prefs.js
@@ -1544,3 +1544,7 @@ function editFeedCats() {
        xmlhttp.onreadystatechange=infobox_callback;
        xmlhttp.send(null);
 }
+
+function showFeedsWithErrors() {
+       displayDlg('feedUpdateErrors');
+}