summaryrefslogtreecommitdiff
path: root/prefs.js
diff options
context:
space:
mode:
Diffstat (limited to 'prefs.js')
-rw-r--r--prefs.js3
1 files changed, 3 insertions, 0 deletions
diff --git a/prefs.js b/prefs.js
index e8c36bc7c..50809d870 100644
--- a/prefs.js
+++ b/prefs.js
@@ -661,6 +661,7 @@ function feedEditCancel() {
selectPrefRows('feed', false); // cleanup feed selection
active_feed = false;
+
}
function feedCatEditCancel() {
@@ -704,6 +705,8 @@ function feedEditSave() {
xmlhttp.setRequestHeader('Content-Type', 'application/x-www-form-urlencoded');
xmlhttp.send(query);
+ return false;
+
} catch (e) {
exception_error("feedEditSave", e);
}