summaryrefslogtreecommitdiff
path: root/prefs.js
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2007-03-26 06:23:15 +0100
committerAndrew Dolgov <[email protected]>2007-03-26 06:23:15 +0100
commit4049672041287a491919c01d80017c7b767c3461 (patch)
tree83c41485f54559c303e2578adb8f383647d245ab /prefs.js
parentcdbb6dc62652adfe754fa894720efef4758fb311 (diff)
add persistent storage for toolbar view options, bump schema
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) {