summaryrefslogtreecommitdiff
path: root/prefs.js
diff options
context:
space:
mode:
Diffstat (limited to 'prefs.js')
-rw-r--r--prefs.js5
1 files changed, 5 insertions, 0 deletions
diff --git a/prefs.js b/prefs.js
index 8fcdcff20..f9ec1a5b5 100644
--- a/prefs.js
+++ b/prefs.js
@@ -634,6 +634,8 @@ function feedEditSave() {
xmlhttp.setRequestHeader('Content-Type', 'application/x-www-form-urlencoded');
xmlhttp.send(query);
+ closeInfoBox();
+
return false;
} catch (e) {
@@ -1130,6 +1132,9 @@ function selectTab(id, noupdate) {
notify("Loading, please wait...", true);
+ // close active infobox if needed
+ closeInfoBox();
+
// clean up all current selections, just in case
active_feed_cat = false;
active_filter = false;