1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-22 05:21:28 +00:00

ugly hack to selectively disable feed purging

This commit is contained in:
Andrew Dolgov
2005-11-16 10:47:22 +01:00
parent 12b84c6d0a
commit 140aae812a
3 changed files with 12 additions and 3 deletions

View File

@@ -466,7 +466,7 @@ function feedEditSave() {
// notify("Saving feed.");
if (upd_intl < 0) {
/* if (upd_intl < 0) {
notify("Update interval must be &gt;= 0 (0 = default)");
return;
}
@@ -474,7 +474,7 @@ function feedEditSave() {
if (purge_intl < 0) {
notify("Purge days must be &gt;= 0 (0 = default)");
return;
}
} */
if (link.length == 0) {
notify("Feed link cannot be blank.");