summaryrefslogtreecommitdiff
path: root/prefs.js
diff options
context:
space:
mode:
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.");