]> git.wh0rd.org - tt-rss.git/blobdiff - prefs.js
add persistent storage for toolbar view options, bump schema
[tt-rss.git] / prefs.js
index a6e5d084c6198d87c9de44bb2f22d34a93d0f624..c8cb35589e79e283d5a17fb448e54f124da4e335 100644 (file)
--- 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) {