summaryrefslogtreecommitdiff
path: root/prefs.js
diff options
context:
space:
mode:
Diffstat (limited to 'prefs.js')
-rw-r--r--prefs.js6
1 files changed, 0 insertions, 6 deletions
diff --git a/prefs.js b/prefs.js
index 833a99d46..f83ff0d92 100644
--- a/prefs.js
+++ b/prefs.js
@@ -35,14 +35,9 @@ function filterlist_callback2(transport) {
}
function labellist_callback2(transport) {
-
try {
-
dijit.byId('labelConfigTab').attr('content', transport.responseText);
- closeInfoBox();
-
notify("");
-
} catch (e) {
exception_error("labellist_callback2", e);
}
@@ -850,7 +845,6 @@ function selectTab(id, noupdate, subop) {
try {
if (!noupdate) {
notify_progress("Loading, please wait...");
- closeInfoBox();
if (id == "feedConfig") {
updateFeedList();