summaryrefslogtreecommitdiff
path: root/prefs.js
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2006-05-20 17:00:41 +0100
committerAndrew Dolgov <[email protected]>2006-05-20 17:00:41 +0100
commit59a543f0ee39ffce6f74856e0ae261fbe5bfac80 (patch)
tree588822c5bf4a92e893722463cd9fa57f067a5f22 /prefs.js
parent07eb9178463a08ae4aaad49ae53ea92909dfbfa4 (diff)
remove scriptaculous for the time being, place infoBox statically
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;