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:
4
prefs.js
4
prefs.js
@@ -466,7 +466,7 @@ function feedEditSave() {
|
||||
|
||||
// notify("Saving feed.");
|
||||
|
||||
if (upd_intl < 0) {
|
||||
/* if (upd_intl < 0) {
|
||||
notify("Update interval must be >= 0 (0 = default)");
|
||||
return;
|
||||
}
|
||||
@@ -474,7 +474,7 @@ function feedEditSave() {
|
||||
if (purge_intl < 0) {
|
||||
notify("Purge days must be >= 0 (0 = default)");
|
||||
return;
|
||||
}
|
||||
} */
|
||||
|
||||
if (link.length == 0) {
|
||||
notify("Feed link cannot be blank.");
|
||||
|
||||
Reference in New Issue
Block a user