summaryrefslogtreecommitdiff
path: root/prefs.js
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2005-11-16 10:47:22 +0100
committerAndrew Dolgov <[email protected]>2005-11-16 10:47:22 +0100
commit140aae812a7d83af8125bfbe13c75e20eee1fdcb (patch)
tree75b6a65075da37a59de21e9d53f7cd8bdc84ebfc /prefs.js
parent12b84c6d0a197ea58aec77735a7525a6d22e3ed9 (diff)
ugly hack to selectively disable feed purging
Diffstat (limited to 'prefs.js')
-rw-r--r--prefs.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/prefs.js b/prefs.js
index 5c6f7a7f6..b9973fd2e 100644
--- a/prefs.js
+++ b/prefs.js
@@ -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.");