summaryrefslogtreecommitdiff
path: root/prefs.js
diff options
context:
space:
mode:
Diffstat (limited to 'prefs.js')
-rw-r--r--prefs.js4
1 files changed, 0 insertions, 4 deletions
diff --git a/prefs.js b/prefs.js
index a6e5d084c..c8cb35589 100644
--- a/prefs.js
+++ b/prefs.js
@@ -1219,10 +1219,6 @@ function selectTab(id, noupdate, subop) {
}
}
- if (active_tab != id) {
- storeInitParam("prefs_active_tab", id);
- }
-
active_tab = id;
} catch (e) {